Skip to content

Commit

Permalink
moved the Security Twig extension to the bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 10, 2012
1 parent ce92f3d commit 6064282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
2 changes: 1 addition & 1 deletion Resources/config/templating_twig.xml
Expand Up @@ -6,7 +6,7 @@

<parameters>
<parameter key="twig.extension.logout_url.class">Symfony\Bundle\SecurityBundle\Twig\Extension\LogoutUrlExtension</parameter>
<parameter key="twig.extension.security.class">Symfony\Bundle\SecurityBundle\Twig\Extension\SecurityExtension</parameter>
<parameter key="twig.extension.security.class">Symfony\Bridge\Twig\Extension\SecurityExtension</parameter>
</parameters>

<services>
Expand Down
63 changes: 0 additions & 63 deletions Twig/Extension/SecurityExtension.php

This file was deleted.

0 comments on commit 6064282

Please sign in to comment.