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 43e7718 commit d337720Copy full SHA for d337720
security/csrf.rst
@@ -150,7 +150,7 @@ generate a CSRF token in the template and store it as a hidden form field:
150
</form>
151
152
Then, get the value of the CSRF token in the controller action and use the
153
-:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::isCsrfTokenValid`
+:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerTrait::isCsrfTokenValid`
154
to check its validity::
155
156
use Symfony\Component\HttpFoundation\Request;
0 commit comments