Skip to content

Commit 9ffa973

Browse files
committed
minor #13429 Update multiple_buses.rst (Braxilior)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13429). Discussion ---------- Update multiple_buses.rst <!-- 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 ------- d37e7d7 Update multiple_buses.rst
2 parents ba9bee5 + d37e7d7 commit 9ffa973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger/multiple_buses.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ the correct tag:
188188
<!-- command handlers -->
189189
<prototype namespace="App\MessageHandler\" resource="%kernel.project_dir%/src/MessageHandler/*CommandHandler.php" autoconfigure="false">
190190
<tag name="messenger.message_handler" bus="command.bus"/>
191-
</service>
191+
</prototype>
192192
<!-- query handlers -->
193193
<prototype namespace="App\MessageHandler\" resource="%kernel.project_dir%/src/MessageHandler/*QueryHandler.php" autoconfigure="false">
194194
<tag name="messenger.message_handler" bus="query.bus"/>
195-
</service>
195+
</prototype>
196196
</services>
197197
</container>
198198

0 commit comments

Comments
 (0)