Remove config for controller; Symfony will find and load them automatically

This commit is contained in:
Julie Lenaerts 2025-05-26 14:55:15 +02:00
parent 5283eddb15
commit 262b7c5db3
2 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,4 @@
services:
Chill\BudgetBundle\Controller\:
autowire: true
resource: '../../Controller'
tags: ['controller.service_arguments']
Chill\BudgetBundle\Controller\Admin\:
autowire: true
autoconfigure: true

View File

@ -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: