fix declaration of entity rendering

This commit is contained in:
Julien Fastré 2021-05-26 22:56:35 +02:00
parent df00ac66f5
commit f3427d6754

View File

@ -14,7 +14,11 @@ services:
Chill\PersonBundle\Templating\Entity\ClosingMotiveRender:
arguments:
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
tags:
- 'chill.render_entity'
Chill\PersonBundle\Templating\Entity\SocialIssueRender:
arguments:
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
tags:
- 'chill.render_entity'