Skip to content

Commit a76568b

Browse files
committed
remove ancient command alias
1 parent fffd706 commit a76568b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Console/GenerateClassCommand.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ protected function configure(): void
2525
->addArgument('definition', InputArgument::REQUIRED, 'Definition file or directory containing definitions')
2626
->addOption('search-pattern', NULL, InputArgument::OPTIONAL, '(for directories) Search pattern for your definitions', '*.definition.php')
2727
->addOption('dry-run', NULL, InputOption::VALUE_NONE, 'Only print the generated file to output instead of saving it')
28-
->addOption('no-readonly', NULL, InputOption::VALUE_NONE, 'Generated files are marked as read only by default (using chmod), using this option turns off this behaviour.')
29-
->setAliases(['doklady:scaffolder:generate' /* API used before extracted from doklady.io/invoicing-app */]);
28+
->addOption('no-readonly', NULL, InputOption::VALUE_NONE, 'Generated files are marked as read only by default (using chmod), using this option turns off this behaviour.');
3029
}
3130

3231

0 commit comments

Comments
 (0)