File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -362,8 +362,6 @@ or directly via PHP attributes:
362
362
<argument type =" service_locator" >
363
363
<argument key =" App\FooCommand" type =" service" id =" app.command_handler.foo" />
364
364
<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
365
</argument >
368
366
</service >
369
367
</services >
@@ -383,8 +381,6 @@ or directly via PHP attributes:
383
381
->args([service_locator([
384
382
'App\FooCommand' => service('app.command_handler.foo'),
385
383
'App\BarCommand' => service('app.command_handler.bar'),
386
- // if the element has no key, the ID of the original service is used
387
- service('app.command_handler.baz'),
388
384
])]);
389
385
};
390
386
You can’t perform that action at this time.
0 commit comments