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

@ -11,7 +11,6 @@
namespace Flarum\Api\Handler;
use Exception;
use Flarum\Http\Exception\RouteNotFoundException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
use Tobscure\JsonApi\Exception\Handler\ResponseBag;