mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
Enable entity automapping for controllers again (#1302)
This commit is contained in:
@@ -23,7 +23,7 @@ doctrine:
|
||||
prefix: 'App\Entity'
|
||||
alias: App
|
||||
controller_resolver:
|
||||
auto_mapping: false
|
||||
auto_mapping: true
|
||||
|
||||
when@test:
|
||||
doctrine:
|
||||
|
||||
Reference in New Issue
Block a user