Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5398d6

Browse files
authored
Fix typo
1 parent c3738cb commit a5398d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ or directly via PHP attributes:
307307
<services>
308308
<service id="App\CommandBus">
309309
<argument type="service_locator">
310-
<argument key="App\FooCommand" type="service" id="sapp.command_handler.foo"/>
310+
<argument key="App\FooCommand" type="service" id="app.command_handler.foo"/>
311311
<argument key="App\BarCommand" type="service" id="app.command_handler.bar"/>
312312
</argument>
313313
</service>

0 commit comments

Comments
 (0)