Browse Source

Update UserCreate.php

Shlee 3 years ago
parent
commit
8c31bd4c68
1 changed files with 1 additions and 1 deletions
  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();