We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f8c85 commit 5dcf007Copy full SHA for 5dcf007
security.rst
@@ -869,7 +869,7 @@ You can easily deny access from inside a controller::
869
:ref:`base controller provided by Symfony <the-base-controller-class-services>`.
870
It's equivalent to the following code::
871
872
- use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
+ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
873
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
874
// ...
875
0 commit comments