Skip to content

Commit 80fec9e

Browse files
authored
Remove unnecessary backslash escape
1 parent 815bb7c commit 80fec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ the CSRF generator and validated when binding the form.
156156

157157
You can disable CSRF protection per form using the ``csrf_protection`` option::
158158

159-
use Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType
159+
use Symfony\Component\Form\Extension\Core\Type\FormType;
160160

161161
$form = $formFactory->createBuilder(FormType::class, null, ['csrf_protection' => false])
162162
->getForm();

0 commit comments

Comments
 (0)