From 4b286c481e20cbd5afb948e5c71119793ca17e92 Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Thu, 24 Jul 2025 00:11:03 +0000 Subject: [PATCH] bug fix for doctrine new version config change --- hesabixCore/config/packages/doctrine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hesabixCore/config/packages/doctrine.yaml b/hesabixCore/config/packages/doctrine.yaml index 6cb8d02..dddc02a 100644 --- a/hesabixCore/config/packages/doctrine.yaml +++ b/hesabixCore/config/packages/doctrine.yaml @@ -8,7 +8,7 @@ doctrine: naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true controller_resolver: - auto_mapping: true + auto_mapping: false mappings: App: is_bundle: false