Skip to content

Commit 76d20c2

Browse files
committed
Minor tweak
1 parent 8decc93 commit 76d20c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

console.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ want a command to create a user::
109109
use Symfony\Component\Console\Output\OutputInterface;
110110

111111
// the name of the command is what users type after "php bin/console"
112-
// and it replaces the static $defaultName
113112
#[AsCommand(name: 'app:create-user')]
114113
class CreateUserCommand extends Command
115114
{

0 commit comments

Comments
 (0)