From 696b02940d7a3bee00a2a7d053ec648e8df53799 Mon Sep 17 00:00:00 2001 From: Mohammad Date: Thu, 13 Mar 2014 16:42:18 +0330 Subject: [PATCH] Update acl.rst --- cookbook/security/acl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/acl.rst b/cookbook/security/acl.rst index 53433337a22..24cbedbf26e 100644 --- a/cookbook/security/acl.rst +++ b/cookbook/security/acl.rst @@ -108,7 +108,7 @@ Creating an ACL, and adding an ACE use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity; use Symfony\Component\Security\Acl\Permission\MaskBuilder; - class BlogController + class BlogController extends Controller { // ...