Skip to content

Commit b6ad69f

Browse files
committed
bug #32792 [Messenger] Fix incompatibility with FrameworkBundle <4.3.1 (chalasr)
This PR was merged into the 4.3 branch. Discussion ---------- [Messenger] Fix incompatibility with FrameworkBundle <4.3.1 | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32738 | License | MIT | Doc PR | - Aims to fix an edge case where you install (or upgrade to) symfony/messenger >=4.3.1 while having symfony/framework-bundle <4.3.1 installed. Commits ------- 5d739704f2 [Messenger] Fix incompatibility with FrameworkBundle <4.3.1
2 parents 8ed60f2 + 2e9067f commit b6ad69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/console.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</service>
8383

8484
<service id="console.command.messenger_consume_messages" class="Symfony\Component\Messenger\Command\ConsumeMessagesCommand">
85-
<argument type="service" id="messenger.routable_message_bus" />
85+
<argument /> <!-- Routable message bus -->
8686
<argument type="service" id="messenger.receiver_locator" />
8787
<argument type="service" id="logger" on-invalid="null" />
8888
<argument type="collection" /> <!-- Receiver names -->

0 commit comments

Comments
 (0)