1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 02:01:19 +02:00

Fix namespace orderings

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

View File

@@ -11,9 +11,9 @@
namespace Flarum\Frontend;
use Flarum\Foundation\Application;
use Flarum\Frontend\Asset\JsCompiler;
use Flarum\Frontend\Asset\LessCompiler;
use Flarum\Foundation\Application;
use Flarum\Frontend\Asset\LocaleJsCompiler as LocaleJsCompiler;
use Flarum\Locale\LocaleManager;
use Illuminate\Contracts\Cache\Repository;

View File

@@ -13,8 +13,8 @@ namespace Flarum\Frontend;
use Flarum\Api\Client;
use Flarum\Api\Serializer\AbstractSerializer;
use Flarum\Frontend\Asset\CompilerInterface;
use Flarum\Foundation\Application;
use Flarum\Frontend\Asset\CompilerInterface;
use Flarum\Frontend\Asset\LocaleJsCompiler;
use Flarum\Locale\LocaleManager;
use Illuminate\View\Factory;