Browse Source

[Security] fixed typos

Fabien Potencier 14 years ago
parent
commit
e286adf173
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Symfony/Component/Security/Http/Firewall/LogoutListener.php

+ 2 - 2
src/Symfony/Component/Security/Http/Firewall/LogoutListener.php

@@ -17,8 +17,8 @@ use Symfony\Component\Security\Http\Logout\LogoutHandlerInterface;
 use Symfony\Component\Security\Core\SecurityContextInterface;
 use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpFoundation\RedirectResponse;
-use Symfony\Component\Kernel\Event\GetResponseEvent;
-use Symfony\Component\Kernel\Events;
+use Symfony\Component\HttpKernel\Event\GetResponseEvent;
+use Symfony\Component\HttpKernel\Events;
 
 /**
  * LogoutListener logout users.