mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
12 lines
506 B
YAML
12 lines
506 B
YAML
services:
|
|
Chill\DocStoreBundle\Controller\:
|
|
resource: '../../../Controller'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\DocStoreBundle\Controller\DocumentPersonController:
|
|
autowire: true
|
|
public: true # TODO sf4, check if service could be public
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|