Completed
Pull Request — master (#926)
by
unknown
02:59
created
src/PermissionRegistrar.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 Spatie\Permission;
4 4
 
5
-use Illuminate\Support\Collection;
5
+use Illuminate\Contracts\Auth\Access\Authorizable;
6 6
 use Illuminate\Contracts\Auth\Access\Gate;
7 7
 use Illuminate\Contracts\Cache\Repository;
8
-use Illuminate\Contracts\Auth\Access\Authorizable;
8
+use Illuminate\Support\Collection;
9 9
 use Spatie\Permission\Exceptions\PermissionDoesNotExist;
10 10
 
11 11
 class PermissionRegistrar
Please login to merge, or discard this patch.