[TwigBundle] added Twig Debug extension support

This commit is contained in:
Fabien Potencier 2011-12-18 20:55:28 +01:00
parent 5d6a7d35b0
commit e6e78f6a81

View File

@ -16,5 +16,9 @@
<argument type="service" id="debug.stopwatch" />
<argument type="service" id="templating.globals" />
</service>
<service id="twig.extension.debug" class="Twig_Extension_Debug" public="false">
<tag name="twig.extension" />
</service>
</services>
</container>