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