From 47dd0e317f08f94c1493f3ddf66de7d6699d76f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 2 Dec 2025 09:13:05 +0100 Subject: [PATCH] [Doctrine ORM] Changed type to attribute --- src/bundle/Core/DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Core/DependencyInjection/Configuration.php b/src/bundle/Core/DependencyInjection/Configuration.php index 57dc11ae77..dc9da37b88 100644 --- a/src/bundle/Core/DependencyInjection/Configuration.php +++ b/src/bundle/Core/DependencyInjection/Configuration.php @@ -491,7 +491,7 @@ private function addUrlWildcardsSection($rootNode): ArrayNodeDefinition * entity_mappings: * IbexaCoreBundle: * is_bundle: true - * type: annotation + * type: attribute * dir: Entity * prefix: Ibexa\Bundle\Core\Entity *