Skip to content

Commit

Permalink
Enable entity automapping for controllers again (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 30, 2024
1 parent 5109705 commit 002f8c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ doctrine:
prefix: 'App\Entity'
alias: App
controller_resolver:
auto_mapping: false
auto_mapping: true

when@test:
doctrine:
Expand Down

0 comments on commit 002f8c8

Please sign in to comment.