Skip to content

Commit f0e9108

Browse files
committed
[#3307] Fix thanks to @xabbuh
(cherry picked from commit 38612bc)
1 parent a84acd8 commit f0e9108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ is set to 0, you won't be allowed.
423423
.. note::
424424
425425
When using the ``AdvancedUserInterface``, you should also add any of
426-
the properties used by these methods (like ``isActive``) to the ``serialize``
426+
the properties used by these methods (like ``isActive()``) to the ``serialize()``
427427
method. If you *don't* do this, your user may not be deserialized correctly
428428
from the session on each request.
429429

0 commit comments

Comments
 (0)