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 = [];