diff options
author | Hugo Hamon <hugo.hamon@sensiolabs.com> | 2013-10-16 14:19:20 +0200 |
---|---|---|
committer | Hugo Hamon <hugo.hamon@sensiolabs.com> | 2013-10-16 14:19:20 +0200 |
commit | cf3838b220fe3fa6265e82b466699ec04a14566b (patch) | |
tree | e0a11e52a4b99daeb617a3c0db7bd8d84167c2f4 | |
parent | b8ebe9e068aed29e27ba740c9e8bb79bac0f8b6a (diff) | |
download | symfony-security-cf3838b220fe3fa6265e82b466699ec04a14566b.zip symfony-security-cf3838b220fe3fa6265e82b466699ec04a14566b.tar.gz symfony-security-cf3838b220fe3fa6265e82b466699ec04a14566b.tar.bz2 |
Removed unused use statements.
-rw-r--r-- | Http/Firewall/LogoutListener.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Firewall/LogoutListener.php b/Http/Firewall/LogoutListener.php index 983eab0..7dc9503 100644 --- a/Http/Firewall/LogoutListener.php +++ b/Http/Firewall/LogoutListener.php @@ -20,7 +20,6 @@ use Symfony\Component\Security\Core\Exception\LogoutException; use Symfony\Component\Security\Http\HttpUtils; use Symfony\Component\Security\Http\Logout\LogoutHandlerInterface; use Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface; -use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException; /** * LogoutListener logout users. |