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 @@ -274,8 +274,6 @@ argument of type ``service_locator``:
274
274
<argument type =" service_locator" >
275
275
<argument key =" App\FooCommand" type =" service" id =" sapp.command_handler.foo" />
276
276
<argument key =" App\BarCommandr" type =" service" id =" app.command_handler.bar" />
277
- <!-- if the element has no key, the ID of the original service is used -->
278
- <argument type =" service" id =" app.command_handler.baz" />
279
277
</argument >
280
278
</service >
281
279
</services >
@@ -296,8 +294,6 @@ argument of type ``service_locator``:
296
294
// In versions earlier to Symfony 5.1 the service() function was called ref()
297
295
'App\FooCommand' => service('app.command_handler.foo'),
298
296
'App\BarCommand' => service('app.command_handler.bar'),
299
- // if the element has no key, the ID of the original service is used
300
- service('app.command_handler.baz'),
301
297
])]);
302
298
};
303
299
You can’t perform that action at this time.
0 commit comments