]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Event/Listener/UserLocaleListener.php
Move related event things in Event folder
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Event / Listener / UserLocaleListener.php
similarity index 95%
rename from src/Wallabag/CoreBundle/EventListener/UserLocaleListener.php
rename to src/Wallabag/CoreBundle/Event/Listener/UserLocaleListener.php
index 82d1a63a53a39623744e2339a5cb344d79c9e13e..367cdfb00b46be2f49c928d2c94a8ce49ee8a01c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Wallabag\CoreBundle\EventListener;
+namespace Wallabag\CoreBundle\Event\Listener;
 
 use Symfony\Component\HttpFoundation\Session\Session;
 use Symfony\Component\Security\Http\Event\InteractiveLoginEvent;