From fbdee5e73ad445b64d086de071d615a6d88ac390 Mon Sep 17 00:00:00 2001 From: Hendrik Bugdoll Date: Fri, 5 Apr 2024 10:56:25 +0200 Subject: [PATCH] Update InjectItem.php --- src/menu/InjectItem.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/menu/InjectItem.php b/src/menu/InjectItem.php index 61d7c35a..23641043 100644 --- a/src/menu/InjectItem.php +++ b/src/menu/InjectItem.php @@ -70,6 +70,8 @@ * ] * ``` * + * Be aware that the parent item must be available for current language. + * * @property $childOf integer The child of id in order read data from this parent item. * @property $item \luya\cms\menu\Item The resolved Item. * @property $navId integer|string The navId for this inject item.