From 975d0a911e11f014258669114aad8fec34e1d44b Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 23 Mar 2021 18:36:36 +0100 Subject: [PATCH] [symfony/framework-bundle/5.3] remove "controller.service_arguments" --- symfony/framework-bundle/5.3/config/services.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/symfony/framework-bundle/5.3/config/services.yaml b/symfony/framework-bundle/5.3/config/services.yaml index c7296dd5..58b63d9a 100644 --- a/symfony/framework-bundle/5.3/config/services.yaml +++ b/symfony/framework-bundle/5.3/config/services.yaml @@ -21,11 +21,5 @@ services: - '../src/Kernel.php' - '../src/Tests/' - # controllers are imported separately to make sure services can be injected - # as action arguments even if you don't extend any base controller class - App\Controller\: - resource: '../src/Controller/' - tags: ['controller.service_arguments'] - # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones