@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Dyrynda\Artisan\Console\Commands; |
4 | 4 | |
5 | +use Dyrynda\Artisan\Exceptions\MakeUserException; |
|
5 | 6 | use Exception; |
6 | 7 | use Illuminate\Console\Command; |
7 | 8 | use Illuminate\Support\Facades\Password; |
8 | -use Dyrynda\Artisan\Exceptions\MakeUserException; |
|
9 | 9 | |
10 | 10 | class MakeUser extends Command |
11 | 11 | { |