Skip to content

Commit 6c408dc

Browse files
authored
Add enable_lazy_ghost_objects in the configuration reference
1 parent 5a3a2c1 commit 6c408dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/doc/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ Configuration Reference
219219
auto_generate_proxy_classes: false
220220
proxy_dir: "%kernel.cache_dir%/doctrine/orm/Proxies"
221221
proxy_namespace: Proxies
222+
# Enables the new implementation of proxies based on lazy ghosts instead of using the legacy implementation
223+
enable_lazy_ghost_objects: false
222224
223225
entity_managers:
224226

0 commit comments

Comments
 (0)