Skip to content

Commit 38612bc

Browse files
committed
[#3307] Fix thanks to @xabbuh
1 parent 0036648 commit 38612bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ is set to 0, you won't be allowed.
402402
.. note::
403403
404404
When using the ``AdvancedUserInterface``, you should also add any of
405-
the properties used by these methods (like ``isActive``) to the ``serialize``
405+
the properties used by these methods (like ``isActive()``) to the ``serialize()``
406406
method. If you *don't* do this, your user may not be deserialized correctly
407407
from the session on each request.
408408

0 commit comments

Comments
 (0)