Skip to content

Commit 832f547

Browse files
committed
minor #1508 explicitly configure a default value that will change (xabbuh)
This PR was merged into the main branch. Discussion ---------- explicitly configure a default value that will change fixes #1507 Commits ------- b244932 explicitly configure a default value that will change
2 parents 5923fcd + b244932 commit 832f547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/packages/doctrine.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ doctrine:
2121
dir: '%kernel.project_dir%/src/Entity'
2222
prefix: 'App\Entity'
2323
alias: App
24+
controller_resolver:
25+
auto_mapping: true
2426

2527
when@test:
2628
doctrine:

0 commit comments

Comments
 (0)