Skip to content

Commit b29d2a3

Browse files
committed
bug #6606 fix #6602 (yamiko-ninja)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #6606). Discussion ---------- fix #6602 Fixes namespace for Extension in the docs Commits ------- 1a00342 fix #6602
2 parents 1e30de8 + 1a00342 commit b29d2a3

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)