diff options
Diffstat (limited to 'Exception/ProviderNotFoundException.php')
-rw-r--r-- | Exception/ProviderNotFoundException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Exception/ProviderNotFoundException.php b/Exception/ProviderNotFoundException.php index 257ebfa..31a0b72 100644 --- a/Exception/ProviderNotFoundException.php +++ b/Exception/ProviderNotFoundException.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; + /** * ProviderNotFoundException is thrown when no AuthenticationProviderInterface instance * supports an authentication Token. |