8000 Explain that lazy listeners are mandatory, not default · symfony/symfony-docs@4409fd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4409fd6

Browse files
Explain that lazy listeners are mandatory, not default
1 parent b56ef9e commit 4409fd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doctrine/event_listeners_subscribers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,5 @@ That's why it is preferable to use entity listeners instead of subscribers
198198
whenever possible.
199199

200200
.. versionadded:: 4.2
201-
Starting from Symfony 4.2, Doctrine entity listeners are lazy by default.
201+
Starting from Symfony 4.2, Doctrine entity listeners are always lazy. In
202+
previous Symfony versions this behavior was configurable.

0 commit comments

Comments
 (0)
0