mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 01:04:23 +00:00
11 lines
451 B
YAML
11 lines
451 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'
|
|
public: true
|
|
|