Skip to content

Commit 316310f

Browse files
committed
minor #17502 [Security] Fix versionadded directive (issamkhadiri1989)
This PR was merged into the 6.2 branch. Discussion ---------- [Security] Fix `versionadded` directive hello the previous versions of symfony used the Symfony\Component\Security\Core\Security service. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 5f68f50 Update security.rst
2 parents 961a11a + 5f68f50 commit 316310f

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
@@ -1940,7 +1940,7 @@ If you need to get the logged in user from a service, use the
19401940

19411941
The :class:`Symfony\\Bundle\\SecurityBundle\\Security` class
19421942
was introduced in Symfony 6.2. In previous Symfony versions this class was
1943-
defined in ``Symfony\Bundle\SecurityBundle\Security``.
1943+
defined in ``Symfony\Component\Security\Core\Security``.
19441944

19451945
Fetch the User in a Template
19461946
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)