1
0
mirror of https://github.com/flarum/core.git synced 2025-05-10 09:26:03 +02:00

Apply fixes from StyleCI ()

[ci skip] [skip ci]
This commit is contained in:
Toby Zerner 2018-11-22 08:04:41 +10:30 committed by GitHub
parent b074f47298
commit f3a5a89e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,12 +11,8 @@
namespace Flarum\Api\Controller;
use Flarum\Foundation\Application;
use Flarum\Foundation\Console\CacheClearCommand;
use Flarum\Settings\SettingsRepositoryInterface;
use Flarum\User\AssertPermissionTrait;
use League\Flysystem\Adapter\Local;
use League\Flysystem\Filesystem;
use Psr\Http\Message\ServerRequestInterface;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\NullOutput;