Skip to content

Commit 6d26859

Browse files
bartvanraaijxabbuh
authored andcommitted
Fix "SwitchUserSusbcriber" typo
1 parent 979f5b5 commit 6d26859

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
@@ -192,7 +192,7 @@ you switch users, add an event subscriber on this event::
192192
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
193193
use Symfony\Component\Security\Http\SecurityEvents;
194194

195-
class SwitchUserSusbcriber implements EventSubscriberInterface
195+
class SwitchUserSubscriber implements EventSubscriberInterface
196196
{
197197
public function onSwitchUser(SwitchUserEvent $event)
198198
{

0 commit comments

Comments
 (0)