mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
24 lines
1.2 KiB
YAML
24 lines
1.2 KiB
YAML
services:
|
|
Chill\PersonBundle\Controller\PersonController:
|
|
arguments:
|
|
$similarPersonMatcher: '@Chill\PersonBundle\Search\SimilarPersonMatcher'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$personRepository: '@Chill\PersonBundle\Repository\PersonRepository'
|
|
$configPersonAltNameHelper: '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\TimelinePersonController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$timelineBuilder: '@chill_main.timeline_builder'
|
|
$paginatorFactory: '@chill_main.paginator_factory'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\AccompanyingPeriodController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\AdminController: ~
|