8000 Fix filename · symfony/symfony-docs@26ebb90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26ebb90

Browse files
Fix filename
The filename in comment does not match the class name.
1 parent 4db13f9 commit 26ebb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/locale_sticky_session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ locale value before they are redirected to their first page.
142142
To do this, you need an event subscriber on the ``security.interactive_login``
143143
event::
144144

145-
// src/EventSubscriber/UserLocaleListener.php
145+
// src/EventSubscriber/UserLocaleSubscriber.php
146146
namespace App\EventSubscriber;
147147

148148
use Symfony\Component\EventDispatcher\EventSubscriberInterface;

0 commit comments

Comments
 (0)
0