Skip to content

Commit b5fe1b4

Browse files
committed
[#6897] some tweaks after review
1 parent a8305b5 commit b5fe1b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/voters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ decides this using whatever logic you want.
100100

101101
.. tip::
102102

103-
The ``denyAccessUnlessGranted()`` and ``isGranted()`` functions
104-
are both just shortcuts of the Controller to call ``isGranted()`` on the ``security.authorization_checker``
105-
service.
103+
The ``denyAccessUnlessGranted()`` and ``isGranted()`` functions are both
104+
just shortcuts of the ``Controller`` class to call ``isGranted()`` on
105+
the ``security.authorization_checker`` service.
106106

107107
Creating the custom Voter
108108
-------------------------

0 commit comments

Comments
 (0)