Completed
Push — master ( a7b5fe...4405b1 )
by wen
03:16
created
src/Config/ModelFactory.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,10 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Providers/AdminServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.