diff options
Diffstat (limited to 'SecurityContext.php')
-rw-r--r-- | SecurityContext.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/SecurityContext.php b/SecurityContext.php index 8efc950..e694d82 100644 --- a/SecurityContext.php +++ b/SecurityContext.php @@ -1,11 +1,5 @@ <?php -namespace Symfony\Component\Security; - -use Symfony\Component\Security\Authentication\Token\TokenInterface; -use Symfony\Component\Security\Authorization\AccessDecisionManager; -use Symfony\Component\Security\Acl\Voter\FieldVote; - /* * This file is part of the Symfony package. * @@ -15,6 +9,12 @@ use Symfony\Component\Security\Acl\Voter\FieldVote; * file that was distributed with this source code. */ +namespace Symfony\Component\Security; + +use Symfony\Component\Security\Authentication\Token\TokenInterface; +use Symfony\Component\Security\Authorization\AccessDecisionManager; +use Symfony\Component\Security\Acl\Voter\FieldVote; + /** * SecurityContext is the main entry point of the Security component. * |