Skip to content

Commit

Permalink
explicitly disable controller resolver auto mapping to avoid doctrine…
Browse files Browse the repository at this point in the history
… deprecation warning
  • Loading branch information
dbu committed Apr 3, 2024
1 parent ac405c2 commit 9be0bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/config/dist/doctrine_orm.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
doctrine:
orm:
auto_mapping: true
controller_resolver:
auto_mapping: false

0 comments on commit 9be0bcd

Please sign in to comment.