File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1613,7 +1613,7 @@ Login Programmatically
1613
1613
1614
1614
The :class: `Symfony\B undle\S ecurityBundle\S ecurity <Symfony\\ Bundle\\ SecurityBundle\\ Security> `
1615
1615
class was introduced in Symfony 6.2. Prior to 6.2, it was called
1616
- ``Symfony\Component\Security\Core \Security ``.
1616
+ ``Symfony\Bundle\SecurityBundle \Security ``.
1617
1617
1618
1618
.. versionadded :: 6.2
1619
1619
@@ -1783,7 +1783,7 @@ Logout programmatically
1783
1783
1784
1784
The :class: `Symfony\B undle\S ecurityBundle\S ecurity <Symfony\\ Bundle\\ SecurityBundle\\ Security> `
1785
1785
class was introduced in Symfony 6.2. Prior to 6.2, it was called
1786
- ``Symfony\Component\Security\Core \Security ``.
1786
+ ``Symfony\Bundle\SecurityBundle \Security ``.
1787
1787
1788
1788
.. versionadded :: 6.2
1789
1789
@@ -1929,7 +1929,7 @@ If you need to get the logged in user from a service, use the
1929
1929
1930
1930
The :class: `Symfony\\ Bundle\\ SecurityBundle\\ Security ` class
1931
1931
was introduced in Symfony 6.2. In previous Symfony versions this class was
1932
- defined in ``Symfony\Component\Security\Core \Security ``.
1932
+ defined in ``Symfony\Bundle\SecurityBundle \Security ``.
1933
1933
1934
1934
Fetch the User in a Template
1935
1935
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ PHPUnit test report:
81
81
82
82
Twig Function "form_enctype" is deprecated. Use "form_start" instead in ...
83
83
84
- The Symfony\Component\Security\Core \SecurityContext class is deprecated since
84
+ The Symfony\Bundle\SecurityBundle \SecurityContext class is deprecated since
85
85
version 2.6 and will be removed in 3.0. Use ...
86
86
3FE8
code>
87
87
Fix the reported deprecations, run the test suite again and repeat the process
You can’t perform that action at this time.
0 commit comments