From a04c7d131791c32b9ae368bfea15548881a89d7a Mon Sep 17 00:00:00 2001 From: Phil Bates Date: Tue, 31 Mar 2026 13:17:01 +0100 Subject: [PATCH] [doctrine/doctrine-bundle] Remove deprecated orm.controller_resolver.auto_mapping (#1497) --- doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml index 04b64750..290611c3 100644 --- a/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/3.0/config/packages/doctrine.yaml @@ -20,8 +20,6 @@ doctrine: dir: '%kernel.project_dir%/src/Entity' prefix: 'App\Entity' alias: App - controller_resolver: - auto_mapping: false when@test: doctrine: