소스 검색

Update UserCreate.php

Shlee 3 년 전
부모
커밋
95a22b7b55
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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();