Parcourir la source

Update UserCreate.php

Shlee il y a 3 ans
Parent
commit
8c31bd4c68
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Console/Commands/UserCreate.php

+ 1 - 1
app/Console/Commands/UserCreate.php

@@ -37,7 +37,7 @@ class UserCreate extends Command
      * @return mixed
      */
     public function handle()
-    {        
+    {
         $this->info('Creating a new user...');
 
         $o = $this->options();