aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/EventListener
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 17:05:17 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-10-03 13:30:43 +0200
commit359b3f43cc42aa593cdba7dc8e1d6fa121cc3f6a (patch)
treedf971ec01e9f8add70a403a65fdd2e4114373f71 /src/Wallabag/CoreBundle/EventListener
parent772732531ea1d0f9831cc5f29e11b6b11fd088f3 (diff)
downloadwallabag-359b3f43cc42aa593cdba7dc8e1d6fa121cc3f6a.tar.gz
wallabag-359b3f43cc42aa593cdba7dc8e1d6fa121cc3f6a.tar.zst
wallabag-359b3f43cc42aa593cdba7dc8e1d6fa121cc3f6a.zip
* rename AuthenticationListener
* add tests
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;