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 29c0fc1 commit ef324dcCopy full SHA for ef324dc
security/impersonating_user.rst
@@ -108,7 +108,7 @@ stored in the token storage will be a ``SwitchUserToken`` instance. Use the
108
following snippet to obtain the original token which gives you access to
109
the impersonator user::
110
111
- use Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken
+ use Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken;
112
use Symfony\Component\Security\Core\Security;
113
// ...
114
0 commit comments