Completed
Push — master ( 6ca56e...1dfd79 )
by Quim González
35:58 queued 34:24
created
app/Console/Commands/EditUserCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.