mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-13 19:29:51 +00:00
Remove config for controller; Symfony will find and load them automatically
This commit is contained in:
parent
5283eddb15
commit
262b7c5db3
@ -1,8 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
Chill\BudgetBundle\Controller\:
|
|
||||||
autowire: true
|
|
||||||
resource: '../../Controller'
|
|
||||||
tags: ['controller.service_arguments']
|
|
||||||
Chill\BudgetBundle\Controller\Admin\:
|
Chill\BudgetBundle\Controller\Admin\:
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
|
@ -3,9 +3,9 @@ services:
|
|||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
|
|
||||||
Chill\MainBundle\Controller\:
|
# Chill\MainBundle\Controller\:
|
||||||
resource: '../../Controller'
|
# resource: '../../Controller'
|
||||||
tags: ['controller.service_arguments']
|
# tags: ['controller.service_arguments']
|
||||||
|
|
||||||
Chill\MainBundle\Controller\PasswordController:
|
Chill\MainBundle\Controller\PasswordController:
|
||||||
arguments:
|
arguments:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user