Skip to content

Commit

Permalink
Fix deprecation in Doctrine ORM
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 22, 2020
1 parent dd5cc26 commit e41593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ doctrine:
server_version: '%database_version%'
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

# If you are not using MySQL, you can comment-out this section
Expand Down

0 comments on commit e41593d

Please sign in to comment.