Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef324dc

Browse files
committed
Fixed a minor PHP issue
1 parent29c0fc1 commitef324dc

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
@@ -108,7 +108,7 @@ stored in the token storage will be a ``SwitchUserToken`` instance. Use the
108108
following snippet to obtain the original token which gives you access to
109109
the impersonator user::
110110

111-
use Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken
111+
use Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken;
112112
use Symfony\Component\Security\Core\Security;
113113
// ...
114114

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp