mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 08:44:24 +00:00
9 lines
475 B
YAML
9 lines
475 B
YAML
services:
|
|
Chill\EventBundle\Controller\EventController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
$formFactoryInterface: '@Symfony\Component\Form\FormFactoryInterface'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
tags: ['controller.service_arguments']
|