[FrameworkBundle] Assets templating helper does not need request scope

No other helpers have request scope and the assets helper's parameters don't appear to depend on the request in any way, so this appears to be unnecessary. As-is, request scope here prevents use of the assets helper from a console command that may need to internally render a template.
This commit is contained in:
Jeremy Mikola 2011-09-19 15:45:18 -04:00
parent 72e82eb595
commit d6b915a174

View File

@ -34,7 +34,7 @@
<tag name="templating.helper" alias="slots" />
</service>
<service id="templating.helper.assets" class="%templating.helper.assets.class%" scope="request">
<service id="templating.helper.assets" class="%templating.helper.assets.class%">
<tag name="templating.helper" alias="assets" />
<argument /> <!-- default package -->
<argument type="collection" /> <!-- named packages -->