We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b92275 + 0476f31 commit 25a26d5Copy full SHA for 25a26d5
service_container/service_subscribers_locators.rst
@@ -307,8 +307,8 @@ or directly via PHP attributes:
307
<services>
308
<service id="App\CommandBus">
309
<argument type="service_locator">
310
- <argument key="App\FooCommand" type="service" id="sapp.command_handler.foo"/>
311
- <argument key="App\BarCommandr" type="service" id="app.command_handler.bar"/>
+ <argument key="App\FooCommand" type="service" id="app.command_handler.foo"/>
+ <argument key="App\BarCommand" type="service" id="app.command_handler.bar"/>
312
<!-- if the element has no key, the ID of the original service is used -->
313
<argument type="service" id="app.command_handler.baz"/>
314
</argument>
0 commit comments