|
@@ -3,11 +3,11 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace Spatie\Permission; |
|
4
|
4
|
|
|
5
|
5
|
use Illuminate\Cache\CacheManager; |
|
6
|
|
-use Illuminate\Support\Collection; |
|
7
|
|
-use Spatie\Permission\Contracts\Role; |
|
|
6
|
+use Illuminate\Contracts\Auth\Access\Authorizable; |
|
8
|
7
|
use Illuminate\Contracts\Auth\Access\Gate; |
|
|
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.