@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Console\Command; |
7 | -use Illuminate\Support\Facades\DB; |
|
8 | 7 | use Illuminate\Support\Facades\Password; |
9 | 8 | use Dyrynda\Artisan\Exceptions\MakeUserException; |
10 | 9 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | { |
9 | 9 | /** |
10 | 10 | * The supplied email is invalid. |
11 | - |
|
12 | 11 | * @param string $email |
13 | 12 | * @return \Dyrynda\Artisan\Exceptions\MakeUserException |
14 | 13 | */ |