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.
2 parents 516177b + 76d20c2 commit a87b3b7Copy full SHA for a87b3b7
console.rst
@@ -116,8 +116,6 @@ want a command to create a user::
116
#[AsCommand(name: 'app:create-user')]
117
class CreateUserCommand extends Command
118
{
119
- protected static $defaultName = 'app:create-user';
120
-
121
protected function execute(InputInterface $input, OutputInterface $output): int
122
123
// ... put here the code to create the user
0 commit comments