Skip to content

Commit a87b3b7

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Console] Remove $defaultName
2 parents 516177b + 76d20c2 commit a87b3b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

console.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ want a command to create a user::
116116
#[AsCommand(name: 'app:create-user')]
117117
class CreateUserCommand extends Command
118118
{
119-
protected static $defaultName = 'app:create-user';
120-
121119
protected function execute(InputInterface $input, OutputInterface $output): int
122120
{
123121
// ... put here the code to create the user

0 commit comments

Comments
 (0)