File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242use Symfony \Component \Console \EventListener \ErrorListener ;
4343use Symfony \Component \Dotenv \Command \DebugCommand as DotenvDebugCommand ;
4444use Symfony \Component \Messenger \Command \ConsumeMessagesCommand ;
45- use Symfony \Component \Messenger \Command \StatsCommand ;
4645use Symfony \Component \Messenger \Command \DebugCommand ;
4746use Symfony \Component \Messenger \Command \FailedMessagesRemoveCommand ;
4847use Symfony \Component \Messenger \Command \FailedMessagesRetryCommand ;
4948use Symfony \Component \Messenger \Command \FailedMessagesShowCommand ;
5049use Symfony \Component \Messenger \Command \SetupTransportsCommand ;
50+ use Symfony \Component \Messenger \Command \StatsCommand ;
5151use Symfony \Component \Messenger \Command \StopWorkersCommand ;
5252use Symfony \Component \Translation \Command \TranslationPullCommand ;
5353use Symfony \Component \Translation \Command \TranslationPushCommand ;
342342 service ('secrets.local_vault ' )->ignoreOnInvalid (),
343343 ])
344344 ->tag ('console.command ' )
345- ;
345+ ;
346346};
You can’t perform that action at this time.
0 commit comments