Skip to content

Commit 525b317

Browse files
author
tchapi
committed
Fix deprecation warning for auto_mapping
1 parent 311d10b commit 525b317

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/packages/doctrine.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ doctrine:
1212
report_fields_where_declared: true
1313
enable_lazy_ghost_objects: true
1414
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
15-
auto_mapping: true
15+
controller_resolver:
16+
auto_mapping: false
1617
mappings:
1718
App:
1819
is_bundle: false

0 commit comments

Comments
 (0)