mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-03 11:59:49 +00:00
Autowire ElementController
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user