mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
13 lines
464 B
YAML
13 lines
464 B
YAML
services:
|
|
Chill\PersonBundle\Templating\Entity\PersonRender:
|
|
arguments:
|
|
$configAltNamesHelper: '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
|
tags:
|
|
- 'chill.render_entity'
|
|
|
|
Chill\PersonBundle\Templating\Entity\ClosingMotiveRender:
|
|
arguments:
|
|
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
tags:
|
|
- 'chill.render_entity'
|