From 002f8c80262aea8af909efeaabcdfe489df3335e Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 30 Mar 2024 07:24:18 +0100 Subject: [PATCH] Enable entity automapping for controllers again (#1302) --- doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml index 718692d78..75ec9e841 100644 --- a/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml @@ -23,7 +23,7 @@ doctrine: prefix: 'App\Entity' alias: App controller_resolver: - auto_mapping: false + auto_mapping: true when@test: doctrine: