diff options
Diffstat (limited to 'Exception/AuthenticationException.php')
-rw-r--r-- | Exception/AuthenticationException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Exception/AuthenticationException.php b/Exception/AuthenticationException.php index 3d03376..59203b6 100644 --- a/Exception/AuthenticationException.php +++ b/Exception/AuthenticationException.php @@ -1,7 +1,5 @@ <?php -namespace Symfony\Component\Security\Exception; - /* * This file is part of the Symfony package. * @@ -11,6 +9,8 @@ namespace Symfony\Component\Security\Exception; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Exception; + /** * AuthenticationException is the base class for all authentication exceptions. * |