mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
11 lines
535 B
YAML
11 lines
535 B
YAML
services:
|
|
Chill\DocStoreBundle\Controller\:
|
|
resource: '../../Controller'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\DocStoreBundle\Controller\DocumentPersonController:
|
|
arguments:
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
tags: ['controller.service_arguments'] |