|
@@ -10,7 +10,6 @@ discard block |
|
|
block discarded – undo |
|
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 |
|
|
block discarded – undo |
|
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; |
Please login to merge, or discard this patch.