From 95a22b7b5562cd0524bfbbf88b7ccdfd30660cd4 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 5 Jun 2022 15:20:43 +0930 Subject: [PATCH] Update UserCreate.php --- app/Console/Commands/UserCreate.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Console/Commands/UserCreate.php b/app/Console/Commands/UserCreate.php index aa387f3b1..8dbc583b8 100644 --- a/app/Console/Commands/UserCreate.php +++ b/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();