From 1ee16d3446c9f895ff04a1ea7186cc56dc2a4fdf Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 27 May 2025 12:43:10 +0200 Subject: [PATCH] Uncomment necessary controller config in mainbundle --- src/Bundle/ChillMainBundle/config/services/controller.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Bundle/ChillMainBundle/config/services/controller.yaml b/src/Bundle/ChillMainBundle/config/services/controller.yaml index 27a38ba0b..794923e65 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: