Skip to content

Commit

Permalink
bug #3671 miss extends keyword in define BlogController class (ghanbari)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Mar 18, 2014
2 parents 4ce7a15 + 696b029 commit 6221f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/acl.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Creating an ACL, and adding an ACE
use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity; use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity;
use Symfony\Component\Security\Acl\Permission\MaskBuilder; use Symfony\Component\Security\Acl\Permission\MaskBuilder;
class BlogController class BlogController extends Controller
{ {
// ... // ...
Expand Down

0 comments on commit 6221f35

Please sign in to comment.