mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
16 lines
731 B
YAML
16 lines
731 B
YAML
services:
|
|
Chill\PersonBundle\Controller\PersonController:
|
|
arguments:
|
|
$similarPersonMatcher: '@Chill\PersonBundle\Search\SimilarPersonMatcher'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\TimelinePersonController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
|
|
Chill\PersonBundle\Controller\AccompanyingPeriodController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|