@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kiroushi\DbBlade\Compilers; |
4 | 4 | |
5 | -use Illuminate\Config\Repository; |
|
6 | 5 | use Illuminate\Database\Eloquent\Model; |
7 | 6 | use Illuminate\View\Compilers\BladeCompiler; |
8 | 7 | use Illuminate\View\Compilers\CompilerInterface; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Illuminate\Filesystem\Filesystem; |
7 | 7 | use Illuminate\Support\Collection; |
8 | 8 | use Illuminate\Support\ServiceProvider; |
9 | -use Illuminate\View\Engines\CompilerEngine; |
|
10 | 9 | use Kiroushi\DbBlade\Compilers\DbBladeCompiler; |
11 | 10 | |
12 | 11 | class DbBladeCompilerServiceProvider extends ServiceProvider |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Kiroushi\DbBlade; |
4 | 4 | |
5 | -use View, Closure, ArrayAccess; |
|
5 | +use ArrayAccess; |
|
6 | 6 | use Illuminate\Contracts\Support\Arrayable; |
7 | 7 | use Illuminate\Contracts\Support\Renderable; |
8 | -use Illuminate\Config\Repository; |
|
9 | 8 | use Illuminate\Database\Eloquent\Model; |
9 | +use View; |
|
10 | 10 | |
11 | 11 | use Kiroushi\DbBlade\Compilers\DbBladeCompiler; |
12 | 12 | use Kiroushi\DbBlade\Engines\DbBladeCompilerEngine; |