8000
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 82542bc commit a0a2dceCopy full SHA for a0a2dce
security/impersonating_user.rst
@@ -190,7 +190,7 @@ The :doc:`/session/locale_sticky_session` article does not update the locale
190
when you impersonate a user. If you *do* want to be sure to update the locale when
191
you switch users, add an event subscriber on this event::
192
193
- // src/AppBundle/EventListener/SwitchUserListener.php
+ // src/AppBundle/EventListener/SwitchUserSubscriber.php
194
namespace AppBundle\EventListener;
195
196
use Symfony\Component\Security\Http\Event\SwitchUserEvent;
0 commit comments