Skip to content

Commit 47d115f

Browse files
authored
Update voters.rst
1 parent b47441b commit 47d115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ How to Use the Voter in a Controller
204204
The registered voter will then always be asked as soon as the method ``isGranted()``
205205
from the authorization checker is called. When extending the base ``Controller``
206206
class, you can simply call the
207-
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::denyAccessUnlessGranted()`
207+
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::denyAccessUnlessGranted`
208208
method::
209209

210210
// src/AppBundle/Controller/PostController.php

0 commit comments

Comments
 (0)