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
67
67
68
68
**type **: ``string `` **default **: ``~ ``
69
69
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) .
73
73
74
74
.. versionadded :: 4.4
75
75
76
- The option ``lazy `` was introduced in Symfony 4.4.
76
+ The ``lazy `` value of the `` anonymous `` option was introduced in Symfony 4.4.
77
77
78
78
erase_credentials
79
79
~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments