mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
20 lines
974 B
YAML
20 lines
974 B
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'
|
|
|
|
Chill\PersonBundle\Controller\AccompanyingPeriodController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
|
|
Chill\PersonBundle\Controller\AdminController: ~
|