Skip to content

Commit ef2772c

Browse files
authored
fixing copy pasta!
1 parent b47f032 commit ef2772c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Command/MakeAuthenticatorEmptyCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class MakeAuthenticatorEmptyCommand extends AbstractCommand
2828
public function configure()
2929
{
3030
$this
31-
->setDescription('Creates a new Doctrine entity class')
31+
->setDescription('Creates an empty Guard authenticator')
3232
->addArgument('authenticator-class', InputArgument::OPTIONAL, 'The class name of the authenticator to create (e.g. <fg=yellow>AppCustomAuthenticator</>)')
3333
->setHelp(file_get_contents(__DIR__.'/../Resources/help/MakeAuthEmpty.txt'))
3434
;
@@ -54,8 +54,8 @@ protected function getFiles(array $params): array
5454
protected function writeNextStepsMessage(array $params, ConsoleStyle $io)
5555
{
5656
$io->text([
57-
'Next: Custom your new, empty authenticator',
58-
'Find the documentation at <fg=yellow>TODO</>'
57+
'Next: Customize your new, empty authenticator.',
58+
'Then, configure the "guard" key on your firewall to use it.'
5959
]);
6060
}
6161

0 commit comments

Comments
 (0)