Update UserCreate.php

This commit is contained in:
Shlee 2022-06-05 15:20:57 +09:30 committed by GitHub
parent 95a22b7b55
commit 8c31bd4c68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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