diff options
Diffstat (limited to 'Http/Logout/DefaultLogoutSuccessHandler.php')
-rw-r--r-- | Http/Logout/DefaultLogoutSuccessHandler.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Logout/DefaultLogoutSuccessHandler.php b/Http/Logout/DefaultLogoutSuccessHandler.php index e06cb6d..70f15cf 100644 --- a/Http/Logout/DefaultLogoutSuccessHandler.php +++ b/Http/Logout/DefaultLogoutSuccessHandler.php @@ -13,7 +13,6 @@ namespace Symfony\Component\Security\Http\Logout; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Security\Http\HttpUtils; -use Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface; /** * Default logout success handler will redirect users to a configured path. |