From 3c049ceb03c837397eb8a4ecf8e380f202923209 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Thu, 25 Jun 2026 10:49:32 -0400 Subject: [PATCH] upd: doctrine enable native lazy objects to transition from 7.3 to 7.4 of Symfony --- config/packages/doctrine.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index d72f5ad..53c5910 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -16,6 +16,7 @@ doctrine: orm: auto_generate_proxy_classes: true + enable_native_lazy_objects: true enable_lazy_ghost_objects: true # report_fields_where_declared: true # validate_xml_mapping: true