We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db13f9 commit 26ebb90Copy full SHA for 26ebb90
session/locale_sticky_session.rst
@@ -142,7 +142,7 @@ locale value before they are redirected to their first page.
142
To do this, you need an event subscriber on the ``security.interactive_login``
143
event::
144
145
- // src/EventSubscriber/UserLocaleListener.php
+ // src/EventSubscriber/UserLocaleSubscriber.php
146
namespace App\EventSubscriber;
147
148
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
0 commit comments