From 3f6db031bce8cd4b5ff7d4773b01e330346bcb5b Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 11 Jul 2021 10:05:32 +0200 Subject: [PATCH] Rely on defaults for doctrine mapping types --- doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml index c3191765..4d59967b 100644 --- a/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml @@ -12,7 +12,6 @@ doctrine: mappings: App: is_bundle: false - type: annotation dir: '%kernel.project_dir%/src/Entity' prefix: 'App\Entity' alias: App