@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | 6 | use Illuminate\Support\Collection; |
7 | -use Spatie\Permission\Models\Role; |
|
8 | 7 | use Spatie\Permission\Models\Permission; |
8 | +use Spatie\Permission\Models\Role; |
|
9 | 9 | |
10 | 10 | class Show extends Command |
11 | 11 | { |