diff options
Diffstat (limited to 'User/InMemoryUserProvider.php')
-rw-r--r-- | User/InMemoryUserProvider.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/User/InMemoryUserProvider.php b/User/InMemoryUserProvider.php index 566d2a8..e83f7fa 100644 --- a/User/InMemoryUserProvider.php +++ b/User/InMemoryUserProvider.php @@ -1,10 +1,5 @@ <?php -namespace Symfony\Component\Security\User; - -use Symfony\Component\Security\Exception\UsernameNotFoundException; -use Symfony\Component\Security\Exception\UnsupportedAccountException; - /* * This file is part of the Symfony package. * @@ -14,6 +9,11 @@ use Symfony\Component\Security\Exception\UnsupportedAccountException; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\User; + +use Symfony\Component\Security\Exception\UsernameNotFoundException; +use Symfony\Component\Security\Exception\UnsupportedAccountException; + /** * InMemoryUserProvider is a simple non persistent user provider. * |