diff options
Diffstat (limited to 'User/AccountCheckerInterface.php')
-rw-r--r-- | User/AccountCheckerInterface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/User/AccountCheckerInterface.php b/User/AccountCheckerInterface.php index d3cfe0b..776a99d 100644 --- a/User/AccountCheckerInterface.php +++ b/User/AccountCheckerInterface.php @@ -1,7 +1,5 @@ <?php -namespace Symfony\Component\Security\User; - /* * This file is part of the Symfony package. * @@ -11,6 +9,8 @@ namespace Symfony\Component\Security\User; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\User; + /** * AccountCheckerInterface checks user account when authentication occurs. * |