We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8decc93 commit 76d20c2Copy full SHA for 76d20c2
console.rst
@@ -109,7 +109,6 @@ want a command to create a user::
109
use Symfony\Component\Console\Output\OutputInterface;
110
111
// the name of the command is what users type after "php bin/console"
112
- // and it replaces the static $defaultName
113
#[AsCommand(name: 'app:create-user')]
114
class CreateUserCommand extends Command
115
{
0 commit comments