CsrfExtension namespace wrong in the documentation #6602
Labels
actionable
Clear and specific issues ready for anyone to take them.
bug
Form
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
hasPR
A Pull Request has already been submitted for this issue.
The documentation for the form component uses
Symfony\Component\Security\Extension\Csrf\CsrfExtension
which is not defined.I believe the correct class is
Symfony\Component\Form\Extension\Csrf\CsrfExtension
.Am I right? If so I can do a pull request to update the doc.
The text was updated successfully, but these errors were encountered: