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 42
42
use Symfony \Component \Console \EventListener \ErrorListener ;
43
43
use Symfony \Component \Dotenv \Command \DebugCommand as DotenvDebugCommand ;
44
44
use Symfony \Component \Messenger \Command \ConsumeMessagesCommand ;
45
- use Symfony \Component \Messenger \Command \StatsCommand ;
46
45
use Symfony \Component \Messenger \Command \DebugCommand ;
47
46
use Symfony \Component \Messenger \Command \FailedMessagesRemoveCommand ;
48
47
use Symfony \Component \Messenger \Command \FailedMessagesRetryCommand ;
49
48
use Symfony \Component \Messenger \Command \FailedMessagesShowCommand ;
50
49
use Symfony \Component \Messenger \Command \SetupTransportsCommand ;
50
+ use Symfony \Component \Messenger \Command \StatsCommand ;
51
51
use Symfony \Component \Messenger \Command \StopWorkersCommand ;
52
52
use Symfony \Component \Translation \Command \TranslationPullCommand ;
53
53
use Symfony \Component \Translation \Command \TranslationPushCommand ;
342
342
service ('secrets.local_vault ' )->ignoreOnInvalid (),
343
343
])
344
344
->tag ('console.command ' )
345
- ;
345
+ ;
346
346
};
You can’t perform that action at this time.
0 commit comments