diff --git a/src/Bundle/ChillBudgetBundle/config/services/controller.yaml b/src/Bundle/ChillBudgetBundle/config/services/controller.yaml index 06932e02e..0efea98a3 100644 --- a/src/Bundle/ChillBudgetBundle/config/services/controller.yaml +++ b/src/Bundle/ChillBudgetBundle/config/services/controller.yaml @@ -1,4 +1,12 @@ services: + _defaults: + autowire: true + autoconfigure: true + + Chill\BudgetBundle\Controller\: + resource: '../../Controller/' + tags: [ 'controller.service_arguments' ] + Chill\BudgetBundle\Controller\Admin\: autowire: true autoconfigure: true