diff options
Diffstat (limited to 'Authorization/AccessDecisionManager.php')
-rw-r--r-- | Authorization/AccessDecisionManager.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Authorization/AccessDecisionManager.php b/Authorization/AccessDecisionManager.php index ce9dea5..5e4d15c 100644 --- a/Authorization/AccessDecisionManager.php +++ b/Authorization/AccessDecisionManager.php @@ -1,10 +1,5 @@ <?php -namespace Symfony\Component\Security\Authorization; - -use Symfony\Component\Security\Authorization\Voter\VoterInterface; -use Symfony\Component\Security\Authentication\Token\TokenInterface; - /* * This file is part of the Symfony package. * @@ -14,6 +9,11 @@ use Symfony\Component\Security\Authentication\Token\TokenInterface; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Authorization; + +use Symfony\Component\Security\Authorization\Voter\VoterInterface; +use Symfony\Component\Security\Authentication\Token\TokenInterface; + /** * AccessDecisionManager is the base class for all access decision managers * that use decision voters. |