Skip to content

Commit 002f8c8

Browse files
Enable entity automapping for controllers again (#1302)
1 parent 5109705 commit 002f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ doctrine:
2323
prefix: 'App\Entity'
2424
alias: App
2525
controller_resolver:
26-
auto_mapping: false
26+
auto_mapping: true
2727

2828
when@test:
2929
doctrine:

0 commit comments

Comments
 (0)