From e6310c1cbcc97a0468f298ed63113d7ec7eb99da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jeglinsky?= Date: Thu, 22 Feb 2024 14:46:31 +0100 Subject: [PATCH] fix import --- guides/domain-modeling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/domain-modeling.md b/guides/domain-modeling.md index 354219d12..09b303b9a 100644 --- a/guides/domain-modeling.md +++ b/guides/domain-modeling.md @@ -387,7 +387,7 @@ In addition, a set of common reuse types and aspects is provided with package [_ For example, usage is as simple as this: ```cds -using { Country } from '@sap/cds/common'; +using { Country, managed } from '@sap/cds/common'; entity Addresses : managed { //> using reuse aspect street : String; town : String;