Forráskód Böngészése

Update UserCreate.php

Shlee 3 éve
szülő
commit
95a22b7b55
1 módosított fájl, 1 hozzáadás és 3 törlés
  1. 1 3
      app/Console/Commands/UserCreate.php

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

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