@@ -6,10 +6,6 @@ |
||
| 6 | 6 | use Illuminate\Contracts\Validation\Factory; |
| 7 | 7 | use Illuminate\Foundation\Application; |
| 8 | 8 | use Illuminate\Support\Collection; |
| 9 | -use JsonSerializable; |
|
| 10 | -use Illuminate\Contracts\Support\Arrayable; |
|
| 11 | -use Illuminate\Contracts\Support\Jsonable; |
|
| 12 | -use Sco\Admin\Contracts\ConfigFactoryInterface; |
|
| 13 | 9 | use Sco\Admin\Contracts\ConfigManagerInterface; |
| 14 | 10 | use Sco\Admin\Contracts\ModelFactoryInterface; |
| 15 | 11 | use Sco\Admin\Contracts\RepositoryInterface; |
@@ -10,7 +10,6 @@ discard block |
||
| 10 | 10 | use KodiComponents\Navigation\Contracts\NavigationInterface; |
| 11 | 11 | use KodiComponents\Navigation\Contracts\PageInterface; |
| 12 | 12 | use KodiComponents\Navigation\Navigation; |
| 13 | -use KodiComponents\Navigation\NavigationServiceProvider; |
|
| 14 | 13 | use Laracasts\Utilities\JavaScript\JavaScriptServiceProvider; |
| 15 | 14 | use Sco\ActionLog\LaravelServiceProvider; |
| 16 | 15 | use Sco\Admin\Admin; |
@@ -19,8 +18,8 @@ discard block |
||
| 19 | 18 | use Sco\Admin\Contracts\RepositoryInterface; |
| 20 | 19 | use Sco\Admin\Elements\ElementFactory; |
| 21 | 20 | use Sco\Admin\Exceptions\Handler; |
| 22 | -use Sco\Admin\Facades\AdminFacade; |
|
| 23 | 21 | use Sco\Admin\Facades\AdminElementFacade; |
| 22 | +use Sco\Admin\Facades\AdminFacade; |
|
| 24 | 23 | use Sco\Admin\Facades\AdminNavigationFacade; |
| 25 | 24 | use Sco\Admin\Navigation\Badge; |
| 26 | 25 | use Sco\Admin\Navigation\Page; |