From a41414a460bfad0e0155e66a916662fefcacdb84 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 29 Sep 2025 19:19:12 +0200 Subject: [PATCH] Fix dependencyInjection error for cancel reason controller implementing CRUDController --- .../ChillCalendarBundle/Resources/config/services/controller.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillCalendarBundle/Resources/config/services/controller.yml b/src/Bundle/ChillCalendarBundle/Resources/config/services/controller.yml index a0457c5a8..cce562d7d 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/config/services/controller.yml +++ b/src/Bundle/ChillCalendarBundle/Resources/config/services/controller.yml @@ -1,5 +1,6 @@ services: Chill\CalendarBundle\Controller\: autowire: true + autoconfigure: true resource: '../../../Controller' tags: ['controller.service_arguments']