From f7de99bbbd070567f7188d567be27760451b0b78 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 15 Mar 2024 20:24:39 +0000 Subject: [PATCH] code fixes --- Models/Unit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Unit.php b/Models/Unit.php index 7bec076..3884a7c 100755 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -90,7 +90,7 @@ class Unit implements \JsonSerializable /** * Contact data. * - * @var Contact[] + * @var \Modules\Admin\Models\Contact[] * @since 1.0.0 */ public array $contacts = [];