From c9aa4e5f34c244433b609e834c9fe33a9aca9fcf Mon Sep 17 00:00:00 2001 From: W0rma Date: Sat, 10 Dec 2022 21:00:19 +0100 Subject: [PATCH] Fix typo in FQCN of deprecated security class --- security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security.rst b/security.rst index 9e615323bbe..d8fb76b7db2 100644 --- a/security.rst +++ b/security.rst @@ -1624,7 +1624,7 @@ Login Programmatically The :class:`Symfony\Bundle\SecurityBundle\Security ` class was introduced in Symfony 6.2. Prior to 6.2, it was called - ``Symfony\Bundle\SecurityBundle\Security``. + ``Symfony\Component\Security\Core\Security``. .. versionadded:: 6.2 @@ -1794,7 +1794,7 @@ Logout programmatically The :class:`Symfony\Bundle\SecurityBundle\Security ` class was introduced in Symfony 6.2. Prior to 6.2, it was called - ``Symfony\Bundle\SecurityBundle\Security``. + ``Symfony\Component\Security\Core\Security``. .. versionadded:: 6.2