Completed
Pull Request — master (#1)
by wen
02:53 queued 49s
created
src/Models/Role.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Sco\Admin\Models;
4 4
 
5
-use Zizaco\Entrust\EntrustRole;
6
-use Illuminate\Cache\TaggableStore;
7 5
 use Cache;
8 6
 use Config;
7
+use Illuminate\Cache\TaggableStore;
8
+use Zizaco\Entrust\EntrustRole;
9 9
 
10 10
 class Role extends EntrustRole
11 11
 {
Please login to merge, or discard this patch.
src/Providers/AdminServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Sco\Admin\Providers;
4 4
 
5 5
 use Illuminate\Support\ServiceProvider;
6
-use Zizaco\Entrust\EntrustServiceProvider;
7 6
 
8 7
 /**
9 8
  *
Please login to merge, or discard this patch.