fix declaration of entity rendering

This commit is contained in:
Julien Fastré 2021-05-26 22:56:35 +02:00
parent 3b2d4142c1
commit 96d40c0fd3

View File

@ -13,7 +13,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'