@@ -111,7 +111,7 @@ |
||
| 111 | 111 | * Normalise the given (database) field input value. |
| 112 | 112 | * |
| 113 | 113 | * @param mixed $value |
| 114 | - * @return mixed |
|
| 114 | + * @return boolean|string |
|
| 115 | 115 | */ |
| 116 | 116 | private function normaliseValue($value) |
| 117 | 117 | { |
@@ -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 | { |