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 815bb7c commit 80fec9eCopy full SHA for 80fec9e
components/form.rst
@@ -156,7 +156,7 @@ the CSRF generator and validated when binding the form.
156
157
You can disable CSRF protection per form using the ``csrf_protection`` option::
158
159
- use Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType
+ use Symfony\Component\Form\Extension\Core\Type\FormType;
160
161
$form = $formFactory->createBuilder(FormType::class, null, ['csrf_protection' => false])
162
->getForm();
0 commit comments