This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FoundationBundle/Resources/config/debug.xml

17 lines
661 B
XML
Raw Normal View History

<?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="templating.debugger.class">Symfony\Bundle\FoundationBundle\Templating\Debugger</parameter>
</parameters>
<services>
<service id="templating.debugger" class="%templating.debugger.class%">
<argument type="service" id="logger" on-invalid="null" />
</service>
</services>
</container>