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 b47441b commit 47d115fCopy full SHA for 47d115f
security/voters.rst
@@ -204,7 +204,7 @@ How to Use the Voter in a Controller
204
The registered voter will then always be asked as soon as the method ``isGranted()``
205
from the authorization checker is called. When extending the base ``Controller``
206
class, you can simply call the
207
-:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::denyAccessUnlessGranted()`
+:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::denyAccessUnlessGranted`
208
method::
209
210
// src/AppBundle/Controller/PostController.php
0 commit comments