Commit fce2c5cf authored by Fabien Potencier's avatar Fabien Potencier

merged branch lyrixx/patch-2 (PR #476)

Commits
-------

e3c757a6 [Doc] Fixed some missing use statements in the security

Discussion
----------

[Doc] Fixed some missing use statements in the security
parents 225dbf8a e3c757a6
...@@ -405,6 +405,7 @@ store the users:: ...@@ -405,6 +405,7 @@ store the users::
use Symfony\Component\Security\Core\User\UserProviderInterface; use Symfony\Component\Security\Core\User\UserProviderInterface;
use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\Security\Core\User\User; use Symfony\Component\Security\Core\User\User;
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
use Doctrine\DBAL\Connection; use Doctrine\DBAL\Connection;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment