Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29f005d

Browse files
committed
1 parent 2c10e1d commit 29f005d

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
@@ -118,7 +118,7 @@ The following snippet adds CSRF protection to the form factory::
118118

119119
use Symfony\Component\Form\Forms;
120120
use Symfony\Component\HttpFoundation\Session\Session;
121-
use Symfony\Component\Security\Extension\Csrf\CsrfExtension;
121+
use Symfony\Component\Form\Extension\Csrf\CsrfExtension;
122122
use Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage;
123123
use Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator;
124124
use Symfony\Component\Security\Csrf\CsrfTokenManager;

0 commit comments

Comments
 (0)