10000 Update security.rst · symfony/symfony-docs@7165949 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7165949

Browse files
author
The Phrenologist
authored
Update security.rst
1 parent 100ee46 commit 7165949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ via the even easier shortcut in a controller::
356356
$this->denyAccessUnlessGranted('edit', $post);
357357

358358
// use Symfony\Component\Security\Core\Exception\AccessDeniedException;
359-
// use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
359+
// use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
360360
//
361361
// ...
362362
//

0 commit comments

Comments
 (0)
0