From f4a13b4c5c0a455c53b3a768c2093ca98af5d666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Kukli=C5=84ski?= Date: Mon, 9 Sep 2024 13:12:30 +0200 Subject: [PATCH] Update doc/installation/attribute-mapping.md --- doc/installation/attribute-mapping.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/installation/attribute-mapping.md b/doc/installation/attribute-mapping.md index 42e2e355..3fd622c9 100644 --- a/doc/installation/attribute-mapping.md +++ b/doc/installation/attribute-mapping.md @@ -5,11 +5,13 @@ Check the mapping settings in `config/packages/doctrine.yaml`. doctrine: ... orm: - ... - mappings: - App: + entity_managers: + default: ... - type: attribute + mappings: + App: + ... + type: attribute ``` Update entity with traits: