ChillEntityRenderExtension: change the way the service in constructed by using tags

This commit is contained in:
nobohan
2022-02-16 15:23:32 +01:00
parent 50410d190f
commit 81b7b49170
5 changed files with 8 additions and 40 deletions

View File

@@ -32,6 +32,8 @@ services:
- { name: twig.extension }
Chill\MainBundle\Templating\Entity\ChillEntityRenderExtension:
arguments:
$renders: !tagged_iterator chill.render_entity
tags:
- { name: twig.extension }