Fix typo
This commit is contained in:
parent
c0ecdf6402
commit
83c46f0541
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class ResetPassword extends Command {
|
|||
$question->setHidden(true);
|
||||
$password = $helper->ask($input, $output, $question);
|
||||
|
||||
$question = new Question('Conform the new password: ');
|
||||
$question = new Question('Confirm the new password: ');
|
||||
$question->setHidden(true);
|
||||
$confirm = $helper->ask($input, $output, $question);
|
||||
|
||||
|
|
Loading…
Reference in a new issue