From ba9334618eff1a754905b60f6f95992a6f55856d Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Sat, 15 Nov 2025 17:03:15 +0100 Subject: [PATCH] UnderscoreNamingStrategy is always number aware since Doctrine ORM v3 --- doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml index 6c57caf31..04b647506 100644 --- a/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml @@ -9,7 +9,7 @@ doctrine: profiling_collect_backtrace: '%kernel.debug%' orm: validate_xml_mapping: true - naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware + naming_strategy: doctrine.orm.naming_strategy.underscore identity_generation_preferences: Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity auto_mapping: true