mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Update controller and the way they are autoloaded
This commit is contained in:
parent
dcbac34b96
commit
f7cb93fdac
@ -1,11 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
Chill\DocStoreBundle\Controller\:
|
_defaults:
|
||||||
resource: '../../Controller'
|
autowire: true
|
||||||
tags: ['controller.service_arguments']
|
autoconfigure: true
|
||||||
|
|
||||||
Chill\DocStoreBundle\Controller\DocumentPersonController:
|
Chill\DocStoreBundle\Controller\:
|
||||||
arguments:
|
resource: "../../Controller"
|
||||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
tags: ["controller.service_arguments"]
|
||||||
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
||||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
||||||
tags: ['controller.service_arguments']
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user