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