Skip to content

Commit 46fbbe8

Browse files
committed
UnderscoreNamingStrategy is always number aware since Doctrine ORM v3
1 parent 3075f78 commit 46fbbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctrine:
1111
orm:
1212
enable_native_lazy_objects: true
1313
validate_xml_mapping: true
14-
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
14+
naming_strategy: doctrine.orm.naming_strategy.underscore
1515
identity_generation_preferences:
1616
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
1717

0 commit comments

Comments
 (0)