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 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 \CountMessagesCommand ;
46
45
use Symfony \Component \Messenger \Command \DebugCommand ;
47
46
use Symfony \Component \Messenger \Command \FailedMessagesRemoveCommand ;
48
47
use Symfony \Component \Messenger \Command \FailedMessagesRetryCommand ;
337
336
->tag ('console.command ' )
338
337
;
339
338
340
- if (class_exists (CountMessagesCommand::class)) {
339
+ if (class_exists (\ Symfony \ Component \ Messenger \ Command \ CountMessagesCommand::class)) {
341
340
$ container ->services ()
342
- ->set ('console.command.messenger_count ' , CountMessagesCommand::class)
341
+ ->set ('console.command.messenger_count ' , \ Symfony \ Component \ Messenger \ Command \ CountMessagesCommand::class)
343
342
->args ([
344
343
service ('messenger.receiver_locator ' ),
345
344
abstract_arg ('Receivers ' ),
You can’t perform that action at this time.
0 commit comments