@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Permission; |
4 | 4 | |
5 | +use Illuminate\Contracts\Auth\Access\Authorizable; |
|
6 | +use Illuminate\Contracts\Auth\Access\Gate; |
|
5 | 7 | use Illuminate\Support\Collection; |
6 | 8 | use Illuminate\Support\Facades\Cache; |
7 | -use Spatie\Permission\Contracts\Role; |
|
8 | -use Illuminate\Contracts\Auth\Access\Gate; |
|
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 |