mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
17 lines
726 B
YAML
17 lines
726 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\Contracts\Translation\TranslatorInterface'
|
|
$paginator: '@chill_main.paginator_factory'
|
|
public: true
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\EventBundle\Controller\ParticipationController:
|
|
arguments:
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
tags: ['controller.service_arguments']
|