mirror of
https://github.com/flarum/core.git
synced 2025-07-24 02:01:19 +02:00
Remove Interface suffix from some classes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use Flarum\Api\Request;
|
||||
|
||||
interface ActionInterface
|
||||
interface Action
|
||||
{
|
||||
/**
|
||||
* Handle a request to the API, returning an HTTP response.
|
@@ -7,7 +7,7 @@ use Flarum\Core\Exceptions\ValidationFailureException;
|
||||
use Flarum\Core\Exceptions\PermissionDeniedException;
|
||||
use Zend\Diactoros\Response\JsonResponse;
|
||||
|
||||
abstract class JsonApiAction implements ActionInterface
|
||||
abstract class JsonApiAction implements Action
|
||||
{
|
||||
/**
|
||||
* Handle an API request and return an API response, handling any relevant
|
||||
|
Reference in New Issue
Block a user