Skip to content

Commit d755c0a

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Security] fix getUser function link
2 parents 6122df9 + b72d78b commit d755c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ token (or whatever you need to return) and return the JSON response:
11461146

11471147
The ``#[CurrentUser]`` can only be used in controller arguments to
11481148
retrieve the authenticated user. In services, you would use
1149-
:method:`Symfony\\Component\\Security\\Core\\Security::getUser`.
1149+
:method:`Symfony\\Bundle\\SecurityBundle\\Security::getUser`.
11501150

11511151
That's it! To summarize the process:
11521152

0 commit comments

Comments
 (0)