Completed
Push — master ( 556122...030da8 )
by wen
15:13
created
src/Providers/NavigationServiceProvider.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace Sco\Admin\Providers;
4 4
 
5 5
 use Illuminate\Support\ServiceProvider;
6
-use KodiComponents\Navigation\Contracts\NavigationInterface;
7
-use KodiComponents\Navigation\Navigation;
8 6
 use KodiComponents\Navigation\Contracts\BadgeInterface;
7
+use KodiComponents\Navigation\Contracts\NavigationInterface;
9 8
 use KodiComponents\Navigation\Contracts\PageInterface;
9
+use KodiComponents\Navigation\Navigation;
10 10
 use Sco\Admin\Navigation\Badge;
11 11
 use Sco\Admin\Navigation\Page;
12 12
 
Please login to merge, or discard this patch.