Skip to content

Commit

Permalink
bug #6606 fix #6602 (yamiko-ninja)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed May 27, 2016
2 parents 1e30de8 + 1a00342 commit b29d2a3
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 @@ -121,7 +121,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 b29d2a3

Please sign in to comment.