Skip to content

Commit

Permalink
[FrameworkBundle] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 28, 2021
1 parent 55a2fe0 commit 1aab630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/twig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<argument type="service" id="twig" />
<argument type="service" id="twig.error_renderer.html.inner" />
<argument type="service">
<service>
<service class="bool">
<factory class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer" method="isDebug" />
<argument type="service" id="request_stack" />
<argument>%kernel.debug%</argument>
Expand Down

0 comments on commit 1aab630

Please sign in to comment.