10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59943cf commit b93967aCopy full SHA for b93967a
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