File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 66use GW \DQO \Formatter \Formatter ;
77use GW \DQO \Generator \GenerateTables ;
88use GW \Safe \SafeConsoleInput ;
9+ use Symfony \Component \Console \Attribute \AsCommand ;
910use Symfony \Component \Console \Command \Command ;
1011use Symfony \Component \Console \Input \InputArgument ;
1112use Symfony \Component \Console \Input \InputInterface ;
1213use Symfony \Component \Console \Input \InputOption ;
1314use Symfony \Component \Console \Output \OutputInterface ;
1415use Symfony \Component \Console \Style \SymfonyStyle ;
1516
17+ #[AsCommand('dqo:generate-tables ' )]
1618final class GenerateTablesCommand extends Command
1719{
18- protected static $ defaultName = 'dqo:generate-tables ' ;
1920 private GenerateTables $ generateTables ;
2021 private Formatter $ formatter ;
2122
You can’t perform that action at this time.
0 commit comments