Skip to content

Commit

Permalink
Merge pull request #18 from bolt/bobdenotter-patch-1
Browse files Browse the repository at this point in the history
Set `doctrine.orm.naming_strategy.underscore_number_aware`
  • Loading branch information
bobdenotter authored Mar 11, 2021
2 parents cb7a24a + bc06e3f commit 6e14f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
doctrine:
orm:
auto_generate_proxy_classes: '%kernel.debug%'
naming_strategy: doctrine.orm.naming_strategy.underscore
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
mappings:
Redactor:
Expand Down

0 comments on commit 6e14f6b

Please sign in to comment.