updating create user and reset password with new return constants

This commit is contained in:
2022-12-07 11:42:12 -07:00
parent 27032f433a
commit fdba9f1ae7
2 changed files with 3 additions and 3 deletions

View File

@ -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());