Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[DependencyInjection] added a debugger to the Templating extension
  • Loading branch information
fabpot committed Jan 29, 2010
1 parent 2fa08f4 commit d372ae8
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -25,14 +25,18 @@

<service id="symfony.templating.loader.filesystem" class="%symfony.templating.loader.filesystem.class%">
<argument>%symfony.templating.loader.filesystem.path%</argument>
<call method="setDebugger"><argument type="service" id="symfony.templating.debugger" /></call>
</service>

<service id="symfony.templating.loader.cache" class="%symfony.templating.loader.cache.class%">
<argument type="service" id="symfony.templating.loader.wrapped" />
<argument>%symfony.templating.loader.cache.path%</argument>
<call method="setDebugger"><argument type="service" id="symfony.templating.debugger" /></call>
</service>

<service id="symfony.templating.loader.chain" class="%symfony.templating.loader.chain.class%" />
<service id="symfony.templating.loader.chain" class="%symfony.templating.loader.chain.class%">
<call method="setDebugger"><argument type="service" id="symfony.templating.debugger" /></call>
</service>

<service id="symfony.templating.helper.javascripts" class="%symfony.templating.helper.javascripts.class%" />
<service id="symfony.templating.helper.stylesheets" class="%symfony.templating.helper.stylesheets.class%" />
Expand Down

0 comments on commit d372ae8

Please sign in to comment.