File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-3
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 \CountMessagesCommand ;
4645use Symfony \Component \Messenger \Command \DebugCommand ;
4746use Symfony \Component \Messenger \Command \FailedMessagesRemoveCommand ;
4847use Symfony \Component \Messenger \Command \FailedMessagesRetryCommand ;
337336 ->tag ('console.command ' )
338337 ;
339338
340- if (class_exists (CountMessagesCommand::class)) {
339+ if (class_exists (\ Symfony \ Component \ Messenger \ Command \ CountMessagesCommand::class)) {
341340 $ container ->services ()
342- ->set ('console.command.messenger_count ' , CountMessagesCommand::class)
341+ ->set ('console.command.messenger_count ' , \ Symfony \ Component \ Messenger \ Command \ CountMessagesCommand::class)
343342 ->args ([
344343 service ('messenger.receiver_locator ' ),
345344 abstract_arg ('Receivers ' ),
You can’t perform that action at this time.
0 commit comments