From 50706c17d8bc36a2a81d9c7c3b2b2a5fb25970d0 Mon Sep 17 00:00:00 2001 From: Clemente Raposo Date: Wed, 14 Feb 2024 08:57:13 +0000 Subject: [PATCH] Symfony 6.4 - Update doctrine config from annotation to attribute --- config/packages/doctrine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 463d6d012..1180fa65d 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -23,7 +23,7 @@ doctrine: auto_mapping: true mappings: App: - type: annotation + type: attribute is_bundle: false dir: '%kernel.project_dir%/core' prefix: 'App'