]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
* rename AuthenticationListener
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / EventListener / RegistrationConfirmedListener.php
similarity index 94%
rename from src/Wallabag/CoreBundle/EventListener/AuthenticationListener.php
rename to src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
index 7c2826ecd7137e752a8accd036ef4e7d811b399b..bcc84923b9ca464c7b858b74ba68328a3f670581 100644 (file)
@@ -9,7 +9,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
 use FOS\UserBundle\Event\FilterUserResponseEvent;
 use Wallabag\CoreBundle\Entity\Config;
 
-class AuthenticationListener implements EventSubscriberInterface
+class RegistrationConfirmedListener implements EventSubscriberInterface
 {
     private $em;
     private $container;