@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Spatie\Permission\Traits; |
4 | 4 | |
5 | 5 | use Illuminate\Support\Str; |
6 | -use Symfony\Component\Console\Input\InputOption; |
|
7 | -use Symfony\Component\Console\Input\InputArgument; |
|
8 | 6 | use Spatie\Permission\Contracts\Role as RoleContract; |
7 | +use Symfony\Component\Console\Input\InputArgument; |
|
8 | +use Symfony\Component\Console\Input\InputOption; |
|
9 | 9 | |
10 | 10 | trait AdaptiveCommandParams |
11 | 11 | { |