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 9a5b275 commit 7bec078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Symfony\Bundle\SecurityBundle\Twig\Extension;
namespace Symfony\Bridge\Twig\Extension;

use Symfony\Component\Security\Acl\Voter\FieldVote;
use Symfony\Component\Security\Core\SecurityContextInterface;
Expand Down
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

0 comments on commit 7bec078

Please sign in to comment.