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