Skip to content

Commit

Permalink
made twig extension service private
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed Jan 22, 2013
1 parent 5d896f6 commit 731cd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
Expand Up @@ -88,7 +88,7 @@
<tag name="twig.extension" />
</service>

<service id="twig.extension.httpkernel" class="%twig.extension.httpkernel.class%">
<service id="twig.extension.httpkernel" class="%twig.extension.httpkernel.class%" public="false">
<tag name="twig.extension" />
<argument type="service" id="http_content_renderer" />
</service>
Expand Down

0 comments on commit 731cd49

Please sign in to comment.