diff options
author | Konstantin.Myakshin <koc-dp@yandex.ru> | 2016-01-20 23:47:46 +0200 |
---|---|---|
committer | Konstantin.Myakshin <koc-dp@yandex.ru> | 2016-01-21 00:01:55 +0200 |
commit | 28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753 (patch) | |
tree | c3fc1370a55e4f9895f402f850c48962f974cf0d /Guard | |
parent | c1107b54d59383b1cef27064706f2543ba725395 (diff) | |
download | symfony-security-28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753.zip symfony-security-28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753.tar.gz symfony-security-28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753.tar.bz2 |
Remove unused imports
Diffstat (limited to 'Guard')
-rw-r--r-- | Guard/Provider/GuardAuthenticationProvider.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Guard/Provider/GuardAuthenticationProvider.php b/Guard/Provider/GuardAuthenticationProvider.php index 4347e02..2793674 100644 --- a/Guard/Provider/GuardAuthenticationProvider.php +++ b/Guard/Provider/GuardAuthenticationProvider.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Security\Guard\Provider; use Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface; -use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken; use Symfony\Component\Security\Core\Exception\BadCredentialsException; use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; use Symfony\Component\Security\Guard\GuardAuthenticatorInterface; |