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: