[WebBundle] changed the helper configuration to match the latest version of the Templating component

This commit is contained in:
Fabien Potencier 2010-03-13 14:43:06 +01:00
parent bf08289e18
commit 7f0ace8521
1 changed files with 2 additions and 0 deletions

View File

@ -45,10 +45,12 @@
<service id="templating.helper.javascripts" class="%templating.helper.javascripts.class%">
<annotation name="templating.helper" alias="javascripts" />
<argument type="service" id="templating.helper.assets" />
</service>
<service id="templating.helper.stylesheets" class="%templating.helper.stylesheets.class%">
<annotation name="templating.helper" alias="stylesheets" />
<argument type="service" id="templating.helper.assets" />
</service>
<service id="templating.helper.slots" class="%templating.helper.slots.class%">