@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Rocket\UI\Assets\Assetic\Asset; |
4 | 4 | |
5 | -use Assetic\Util\LessUtils; |
|
6 | 5 | use AsseticExt\Filter\CssImportFilter; |
7 | -use Assetic\Util\PathUtils; |
|
8 | 6 | use Assetic\Asset\FileAsset; |
9 | 7 | use Assetic\Filter\FilterInterface; |
8 | +use Assetic\Util\LessUtils; |
|
9 | +use Assetic\Util\PathUtils; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * Represents a CSS asset loaded from a file. |
@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | use Assetic\Asset\AssetInterface; |
15 | 15 | use Assetic\Asset\FileAsset; |
16 | -use Assetic\Filter\FilterInterface; |
|
17 | 16 | use Assetic\Filter\BaseCssFilter; |
17 | +use Assetic\Filter\FilterInterface; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * Inlines imported stylesheets. |
@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Rocket\UI\Script\Support\Middleware; |
4 | 4 | |
5 | -use Symfony\Component\HttpKernel\HttpKernelInterface; |
|
6 | -use Symfony\Component\HttpFoundation\Request; |
|
7 | -use Symfony\Component\HttpFoundation\Response; |
|
8 | 5 | use Rocket\UI\Script\Support\Laravel\ScriptFacade as JS; |
6 | +use Symfony\Component\HttpFoundation\Request; |
|
7 | +use Symfony\Component\HttpKernel\HttpKernelInterface; |
|
9 | 8 | |
10 | 9 | class ScriptMiddleware implements HttpKernelInterface { |
11 | 10 |