@@ -2,11 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Permission; |
4 | 4 | |
5 | -use Illuminate\Support\Collection; |
|
6 | 5 | use Illuminate\Contracts\Auth\Access\Gate; |
7 | 6 | use Illuminate\Contracts\Cache\Repository; |
7 | +use Illuminate\Support\Collection; |
|
8 | 8 | use Spatie\Permission\Contracts\Permission; |
9 | -use Illuminate\Contracts\Auth\Access\Authorizable; |
|
10 | 9 | use Spatie\Permission\Exceptions\PermissionDoesNotExist; |
11 | 10 | |
12 | 11 | class PermissionRegistrar |