@@ -51,7 +51,7 @@ |
||
| 51 | 51 | 'email' => $this->argument('email') ? $this->argument('user_id') : $this->ask('User email?'), |
| 52 | 52 | ]); |
| 53 | 53 | } catch (Exception $e) { |
| 54 | - $this->error('error'.$e); |
|
| 54 | + $this->error('error' . $e); |
|
| 55 | 55 | } |
| 56 | 56 | $this->info('User has been edited succesfully'); |
| 57 | 57 | } |