aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php')
-rw-r--r--src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php b/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
index 1c9160d5..10586126 100644
--- a/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
+++ b/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
@@ -28,9 +28,9 @@ class RegistrationConfirmedListener implements EventSubscriberInterface
28 28
29 public static function getSubscribedEvents() 29 public static function getSubscribedEvents()
30 { 30 {
31 return array( 31 return [
32 FOSUserEvents::REGISTRATION_CONFIRMED => 'authenticate', 32 FOSUserEvents::REGISTRATION_CONFIRMED => 'authenticate',
33 ); 33 ];
34 } 34 }
35 35
36 public function authenticate(FilterUserResponseEvent $event, $eventName = null, EventDispatcherInterface $eventDispatcher = null) 36 public function authenticate(FilterUserResponseEvent $event, $eventName = null, EventDispatcherInterface $eventDispatcher = null)