From 262b7c5db34b8b56ca3978fc71516cce0f3b871c Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 26 May 2025 14:55:15 +0200 Subject: [PATCH] Remove config for controller; Symfony will find and load them automatically --- .../ChillBudgetBundle/config/services/controller.yaml | 4 ---- src/Bundle/ChillMainBundle/config/services/controller.yaml | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/Bundle/ChillBudgetBundle/config/services/controller.yaml b/src/Bundle/ChillBudgetBundle/config/services/controller.yaml index ae6fb84d6..06932e02e 100644 --- a/src/Bundle/ChillBudgetBundle/config/services/controller.yaml +++ b/src/Bundle/ChillBudgetBundle/config/services/controller.yaml @@ -1,8 +1,4 @@ services: - Chill\BudgetBundle\Controller\: - autowire: true - resource: '../../Controller' - tags: ['controller.service_arguments'] Chill\BudgetBundle\Controller\Admin\: autowire: true autoconfigure: true diff --git a/src/Bundle/ChillMainBundle/config/services/controller.yaml b/src/Bundle/ChillMainBundle/config/services/controller.yaml index 794923e65..27a38ba0b 100644 --- a/src/Bundle/ChillMainBundle/config/services/controller.yaml +++ b/src/Bundle/ChillMainBundle/config/services/controller.yaml @@ -3,9 +3,9 @@ services: autowire: true autoconfigure: true - Chill\MainBundle\Controller\: - resource: '../../Controller' - tags: ['controller.service_arguments'] +# Chill\MainBundle\Controller\: +# resource: '../../Controller' +# tags: ['controller.service_arguments'] Chill\MainBundle\Controller\PasswordController: arguments: