1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 23:14:29 +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,8 +12,8 @@
namespace Flarum\Forum\Controller;
use Flarum\Api\Client;
use Flarum\Forum\UrlGenerator;
use Flarum\Forum\Frontend;
use Flarum\Forum\UrlGenerator;
use Flarum\Http\Exception\RouteNotFoundException;
use Flarum\User\User;
use Illuminate\Contracts\Events\Dispatcher;