Fix doctrine deprecation

This commit is contained in:
Tim
2023-12-24 00:10:33 +01:00
parent a5619e2307
commit 6f64f29177
3 changed files with 11 additions and 15 deletions

View File

@ -6,6 +6,7 @@ doctrine:
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '15'
orm:
report_fields_where_declared: true
auto_generate_proxy_classes: true
enable_lazy_ghost_objects: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware