Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiko-ninja committed May 23, 2016
1 parent 2c10e1d commit 29f005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The following snippet adds CSRF protection to the form factory::

use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\Session\Session;
use Symfony\Component\Security\Extension\Csrf\CsrfExtension;
use Symfony\Component\Form\Extension\Csrf\CsrfExtension;
use Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage;
use Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator;
use Symfony\Component\Security\Csrf\CsrfTokenManager;
Expand Down

0 comments on commit 29f005d

Please sign in to comment.