Skip to content

Commit

Permalink
Twig service naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bertrams committed Nov 13, 2023
1 parent 921bdd1 commit 495ab14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@
</service>

<!--Twig-->
<service id="sulu_event.twig_extension" class="Manuxi\SuluEventBundle\Twig\EventTwigExtension">
<service id="sulu_event.default.twig_extension" class="Manuxi\SuluEventBundle\Twig\EventTwigExtension">
<argument type="service" id="sulu_event.repository.event"/>
<tag name="twig.extension"/>
</service>
<service id="sulu_event.twig_extension" class="Manuxi\SuluEventBundle\Twig\EventSettingsTwigExtension">
<service id="sulu_event.settings.twig_extension" class="Manuxi\SuluEventBundle\Twig\EventSettingsTwigExtension">
<argument type="service" id="doctrine.orm.default_entity_manager"/>
<tag name="twig.extension"/>
</service>
Expand Down

0 comments on commit 495ab14

Please sign in to comment.