Skip to content

Commit 6221f35

Browse files
committed
bug #3671 miss extends keyword in define BlogController class (ghanbari)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3671). Discussion ---------- miss extends keyword in define BlogController class Commits ------- 934b14f Update acl.rst
2 parents 4ce7a15 + 696b029 commit 6221f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/acl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Creating an ACL, and adding an ACE
108108
use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity;
109109
use Symfony\Component\Security\Acl\Permission\MaskBuilder;
110110
111-
class BlogController
111+
class BlogController extends Controller
112112
{
113113
// ...
114114

0 commit comments

Comments
 (0)