Skip to content

Commit 1a00342

Browse files
yamiko-ninjawouterj
authored andcommitted
fix #6602
1 parent 1e30de8 commit 1a00342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The following snippet adds CSRF protection to the form factory::
121121

122122
use Symfony\Component\Form\Forms;
123123
use Symfony\Component\HttpFoundation\Session\Session;
124-
use Symfony\Component\Security\Extension\Csrf\CsrfExtension;
124+
use Symfony\Component\Form\Extension\Csrf\CsrfExtension;
125125
use Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage;
126126
use Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator;
127127
use Symfony\Component\Security\Csrf\CsrfTokenManager;

0 commit comments

Comments
 (0)