Skip to content

Commit 781e485

Browse files
committed
minor #1644 UnderscoreNamingStrategy is always number aware since Doctrine ORM v3 (rosier)
This PR was merged into the main branch. Discussion ---------- UnderscoreNamingStrategy is always number aware since Doctrine ORM v3 Following: - doctrine/orm#9741 - doctrine/DoctrineBundle#1929 Commits ------- 46fbbe8 UnderscoreNamingStrategy is always number aware since Doctrine ORM v3
2 parents 98203dc + 46fbbe8 commit 781e485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doctrine:
1010

1111
orm:
1212
validate_xml_mapping: true
13-
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
13+
naming_strategy: doctrine.orm.naming_strategy.underscore
1414
identity_generation_preferences:
1515
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
1616

0 commit comments

Comments
 (0)