updating create user and reset password with new return constants
This commit is contained in:
@ -52,7 +52,7 @@ class CreateUser extends Command
|
||||
]);
|
||||
|
||||
$this->info("$email created successfully.");
|
||||
return 0;
|
||||
return Command::SUCCESS;
|
||||
} catch (\Exception $e) {
|
||||
$this->error('Unable to create your user.');
|
||||
$this->line($e->getMessage());
|
||||
|
Reference in New Issue
Block a user