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.
1 parent c3738cb commit a5398d6Copy full SHA for a5398d6
service_container/service_subscribers_locators.rst
@@ -307,7 +307,7 @@ 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"/>
+ <argument key="App\FooCommand" type="service" id="app.command_handler.foo"/>
311
<argument key="App\BarCommand" type="service" id="app.command_handler.bar"/>
312
</argument>
313
</service>
0 commit comments