Completed
Pull Request — master (#926)
by
unknown
01:52
created
src/PermissionRegistrar.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Permission;
4 4
 
5
-use Illuminate\Support\Collection;
6
-use Spatie\Permission\Contracts\Role;
5
+use Illuminate\Contracts\Auth\Access\Authorizable;
7 6
 use Illuminate\Contracts\Auth\Access\Gate;
8 7
 use Illuminate\Contracts\Cache\Repository;
8
+use Illuminate\Support\Collection;
9 9
 use Spatie\Permission\Contracts\Permission;
10
-use Illuminate\Contracts\Auth\Access\Authorizable;
10
+use Spatie\Permission\Contracts\Role;
11 11
 use Spatie\Permission\Exceptions\PermissionDoesNotExist;
12 12
 
13 13
 class PermissionRegistrar
Please login to merge, or discard this patch.