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 c4e46d8 commit 80e84b9Copy full SHA for 80e84b9
security/voters.rst
@@ -100,8 +100,8 @@ decides this using whatever logic you want.
100
101
.. tip::
102
103
- The ``denyAccessUnlessGranted()`` function and the ``isGranted()`` functions
104
- are both just shortcuts to call ``isGranted()`` on the ``security.authorization_checker``
+ The ``denyAccessUnlessGranted()`` and ``isGranted()`` functions
+ are both just shortcuts of the Controller to call ``isGranted()`` on the ``security.authorization_checker``
105
service.
106
107
Creating the custom Voter
0 commit comments