mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
8 lines
383 B
YAML
8 lines
383 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']
|