1
0
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:
Toby Zerner
2015-07-05 12:30:23 +09:30
parent ebce765075
commit 7cf0fefbbe
14 changed files with 22 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
use Flarum\Api\Request;
interface ActionInterface
interface Action
{
/**
* Handle a request to the API, returning an HTTP response.

View File

@@ -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