mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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:
|
||||
Chill\BudgetBundle\Controller\:
|
||||
autowire: true
|
||||
resource: '../../Controller'
|
||||
tags: ['controller.service_arguments']
|
||||
Chill\BudgetBundle\Controller\Admin\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user