From 329374609d2ede53702a70f9eb73e3c9029786c9 Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Tue, 31 Mar 2026 13:38:55 +0200 Subject: [PATCH] UnderscoreNamingStrategy is always number aware since Doctrine ORM v3 (#1478) --- 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 6c57caf3..04b64750 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