Apply fixes from StyleCI (#1391)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke 2018-03-18 13:53:44 +01:00 committed by GitHub
parent 9d30be1617
commit 5645bcbf9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ namespace Flarum\Http\Middleware;
use Exception;
use Flarum\Settings\SettingsRepositoryInterface;
use Franzl\Middleware\Whoops\ErrorMiddleware as WhoopsMiddleware;
use Franzl\Middleware\Whoops\WhoopsRunner;
use Illuminate\Contracts\View\Factory as ViewFactory;
use Interop\Http\ServerMiddleware\DelegateInterface;