aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/EventListener
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/EventListener')
-rw-r--r--src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php (renamed from src/Wallabag/CoreBundle/EventListener/AuthenticationListener.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/EventListener/AuthenticationListener.php b/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
index 7c2826ec..bcc84923 100644
--- a/src/Wallabag/CoreBundle/EventListener/AuthenticationListener.php
+++ b/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
@@ -9,7 +9,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
9use FOS\UserBundle\Event\FilterUserResponseEvent; 9use FOS\UserBundle\Event\FilterUserResponseEvent;
10use Wallabag\CoreBundle\Entity\Config; 10use Wallabag\CoreBundle\Entity\Config;
11 11
12class AuthenticationListener implements EventSubscriberInterface 12class RegistrationConfirmedListener implements EventSubscriberInterface
13{ 13{
14 private $em; 14 private $em;
15 private $container; 15 private $container;