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 63a9da6 + 788df4a commit bd64a96Copy full SHA for bd64a96
service_container/service_subscribers_locators.rst
@@ -360,8 +360,8 @@ or directly via PHP attributes:
360
<services>
361
<service id="App\CommandBus">
362
<argument type="service_locator">
363
- <argument key="App\FooCommand" type="service" id="sapp.command_handler.foo"/>
364
- <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"/>
365
<!-- if the element has no key, the ID of the original service is used -->
366
<argument type="service" id="app.command_handler.baz"/>
367
</argument>
0 commit comments