1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +02:00

reordering and removing unused imports

This commit is contained in:
Daniel Klabbers
2016-02-10 11:00:37 +01:00
parent 89598646c1
commit 31be2f8f86
57 changed files with 96 additions and 114 deletions

View File

@@ -15,9 +15,9 @@ use Flarum\Api\Serializer\AbstractSerializer;
use Flarum\Api\Serializer\NotificationSerializer;
use Flarum\Event\ConfigureApiRoutes;
use Flarum\Event\ConfigureNotificationTypes;
use Flarum\Foundation\AbstractServiceProvider;
use Flarum\Http\GenerateRouteHandlerTrait;
use Flarum\Http\RouteCollection;
use Flarum\Foundation\AbstractServiceProvider;
use Tobscure\JsonApi\ErrorHandler;
use Tobscure\JsonApi\Exception\Handler\FallbackExceptionHandler;
use Tobscure\JsonApi\Exception\Handler\InvalidParameterExceptionHandler;