File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -309,8 +309,6 @@ or directly via PHP attributes:
309
309
<argument type =" service_locator" >
310
310
<argument key =" App\FooCommand" type =" service" id =" app.command_handler.foo" />
311
311
<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
312
</argument >
315
313
</service >
316
314
</services >
@@ -331,8 +329,6 @@ or directly via PHP attributes:
331
329
// In versions earlier to Symfony 5.1 the service() function was called ref()
332
330
'App\FooCommand' => service('app.command_handler.foo'),
333
331
'App\BarCommand' => service('app.command_handler.bar'),
334
- // if the element has no key, the ID of the original service is used
335
- service('app.command_handler.baz'),
336
332
])]);
337
333
};
338
334
You can’t perform that action at this time.
0 commit comments