summaryrefslogtreecommitdiffstats
path: root/Http/Logout/LogoutSuccessHandlerInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-10-29 11:56:30 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2011-10-29 11:56:30 +0200
commit41942df42a799e3d333bea4f936a8b5a0f89f46f (patch)
tree4ca54218b25178e9f7eed27df51054e0328ca67d /Http/Logout/LogoutSuccessHandlerInterface.php
parent64dbf86e7126cf392859df1aed0f5a2445478974 (diff)
downloadsymfony-security-41942df42a799e3d333bea4f936a8b5a0f89f46f.zip
symfony-security-41942df42a799e3d333bea4f936a8b5a0f89f46f.tar.gz
symfony-security-41942df42a799e3d333bea4f936a8b5a0f89f46f.tar.bz2
removed unused use statements
Diffstat (limited to 'Http/Logout/LogoutSuccessHandlerInterface.php')
-rw-r--r--Http/Logout/LogoutSuccessHandlerInterface.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Logout/LogoutSuccessHandlerInterface.php b/Http/Logout/LogoutSuccessHandlerInterface.php
index 5592771..8080cf5 100644
--- a/Http/Logout/LogoutSuccessHandlerInterface.php
+++ b/Http/Logout/LogoutSuccessHandlerInterface.php
@@ -12,7 +12,6 @@
namespace Symfony\Component\Security\Http\Logout;
use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpKernel\Event\GetResponseEvent;
/**
* LogoutSuccesshandlerInterface.