浏览代码

Update UserCreate.php

Shlee 3 年之前
父节点
当前提交
8c31bd4c68
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();