Skip to content

Commit 5b86d20

Browse files
committed
minor #11730 [Messenger] Multiple buses: type-o (Matth--)
This PR was merged into the 4.3 branch. Discussion ---------- [Messenger] Multiple buses: type-o Fix autowireable eventbus type-o <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- dbb2450 [Messenger] Multiple buses: typo
2 parents a24a773 + dbb2450 commit 5b86d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/multiple_buses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This will create three new services:
103103

104104
* ``messenger.bus.queries``: autowireable with the ``MessageBusInterface $messengerBusQueries``;
105105

106-
* ``messenger.bus.queries``: autowireable with the ``MessageBusInterface $messengerBusEvents``.
106+
* ``messenger.bus.events``: autowireable with the ``MessageBusInterface $messengerBusEvents``.
107107

108108
Type-hints and Auto-wiring
109109
--------------------------

0 commit comments

Comments
 (0)