8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30935c7 commit 620744fCopy full SHA for 620744f
src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
@@ -40,7 +40,6 @@
40
<service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable" public="false">
41
<call method="setEnvironment"><argument>%kernel.environment%</argument></call>
42
<call method="setDebug"><argument>%kernel.debug%</argument></call>
43
- <call method="setContainer"><argument type="service" id="service_container" /></call>
44
<call method="setTokenStorage"><argument type="service" id="security.token_storage" on-invalid="ignore" /></call>
45
<call method="setRequestStack"><argument type="service" id="request_stack" on-invalid="ignore" /></call>
46
</service>
0 commit comments