From b6a23b74b9adf69ca572ae82b788599f974253af Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Wed, 21 Jun 2023 11:16:08 +0200 Subject: [PATCH] [DependencyInjection] Remove not implemented behavior Follow-up https://github.com/symfony/symfony-docs/pull/17576 --- .../service_subscribers_locators.rst | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/service_container/service_subscribers_locators.rst b/service_container/service_subscribers_locators.rst index babb7849fa8..30dbace8e30 100644 --- a/service_container/service_subscribers_locators.rst +++ b/service_container/service_subscribers_locators.rst @@ -417,13 +417,6 @@ other services. To do so, create a new service definition using the # add the following tag to the service definition: # tags: ['container.service_locator'] - # if the element has no key, the ID of the original service is used - app.another_command_handler_locator: - class: Symfony\Component\DependencyInjection\ServiceLocator - arguments: - - - - '@app.command_handler.baz' - .. code-block:: xml @@ -438,8 +431,6 @@ other services. To do so, create a new service definition using the - -