diff --git a/session/locale_sticky_session.rst b/session/locale_sticky_session.rst index 818f364e1a5..f8caef23370 100644 --- a/session/locale_sticky_session.rst +++ b/session/locale_sticky_session.rst @@ -142,7 +142,7 @@ locale value before they are redirected to their first page. To do this, you need an event subscriber on the ``security.interactive_login`` event:: - // src/EventSubscriber/UserLocaleListener.php + // src/EventSubscriber/UserLocaleSubscriber.php namespace App\EventSubscriber; use Symfony\Component\EventDispatcher\EventSubscriberInterface;