From 2e35ab10384408ac9f0c2d6de09586888f2f6378 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Fri, 6 Feb 2026 09:45:54 +0100 Subject: [PATCH] doctine recipe --- .gitattributes | 1 + config/packages/doctrine.yaml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 642c91f..7a59e27 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,4 @@ composer.lock text eol=lf merge=ours *.ico binary *.png binary +config/reference.php linguist-generated diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 0e5f027..8425377 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -17,7 +17,6 @@ doctrine: orm: - enable_native_lazy_objects: true validate_xml_mapping: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware identity_generation_preferences: @@ -30,8 +29,6 @@ doctrine: dir: '%kernel.project_dir%/src/Entity' prefix: 'Tvdt\Entity' alias: Tvdt - controller_resolver: - auto_mapping: false when@test: doctrine: