1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 06:41:21 +02:00

Fix namespace orderings

(Thanks, StyleCI!)
This commit is contained in:
Franz Liedke
2017-06-24 15:48:20 +02:00
parent 5b0d0d9f0f
commit 78f3681fc1
65 changed files with 95 additions and 102 deletions

View File

@@ -12,9 +12,9 @@
namespace Flarum\Update\Controller;
use Exception;
use Flarum\Database\Console\MigrateCommand;
use Flarum\Foundation\Application;
use Flarum\Http\Controller\ControllerInterface;
use Flarum\Database\Console\MigrateCommand;
use Psr\Http\Message\ServerRequestInterface as Request;
use Symfony\Component\Console\Input\StringInput;
use Symfony\Component\Console\Output\StreamOutput;