File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ anonymous
6767
6868**type **: ``string `` **default **: ``~ ``
6969
70- When set to ``lazy ``, Symfony loads the user (and starts the session) only if the
71- application actually accesses the ``User `` object (e.g. via a ``is_granted() `` call
72- in a template or ``isGranted() `` in a controller or service.
70+ When set to ``lazy ``, Symfony loads the user (and starts the session) only if
71+ the application actually accesses the ``User `` object (e.g. via a ``is_granted() ``
72+ call in a template or ``isGranted() `` in a controller or service) .
7373
7474.. versionadded :: 4.4
7575
76- The option ``lazy `` was introduced in Symfony 4.4.
76+ The ``lazy `` value of the `` anonymous `` option was introduced in Symfony 4.4.
7777
7878erase_credentials
7979~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments