Skip to content

Commit a0a2dce

Browse files
jmontoyaajaviereguiluz
authored andcommitted
Use '[]' notation, add missing "()" update class name
1 parent 82542bc commit a0a2dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The :doc:`/session/locale_sticky_session` article does not update the locale
190190
when you impersonate a user. If you *do* want to be sure to update the locale when
191191
you switch users, add an event subscriber on this event::
192192

193-
// src/AppBundle/EventListener/SwitchUserListener.php
193+
// src/AppBundle/EventListener/SwitchUserSubscriber.php
194194
namespace AppBundle\EventListener;
195195

196196
use Symfony\Component\Security\Http\Event\SwitchUserEvent;

0 commit comments

Comments
 (0)