]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Listener/LogoutListener.php
Cleanup
[userbundle] / Listener / LogoutListener.php
index 888d67011ca596e0af3170a9c0e8f1bfcbaa9a35..85612502875cd07f058013f02914440a5fa74950 100644 (file)
@@ -11,6 +11,8 @@
 
 namespace Rapsys\UserBundle\Listener;
 
+use Rapsys\UserBundle\RapsysUserBundle;
+
 use Symfony\Component\DependencyInjection\ContainerInterface;
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
 use Symfony\Component\HttpFoundation\RedirectResponse;
@@ -23,8 +25,6 @@ use Symfony\Component\Routing\RequestContext;
 use Symfony\Component\Routing\RouterInterface;
 use Symfony\Component\Security\Http\Event\LogoutEvent;
 
-use Rapsys\UserBundle\RapsysUserBundle;
-
 /**
  * {@inheritdoc}
  */