Skip to content

Commit 0023166

Browse files
committed
Add missing comments property
1 parent f0b149a commit 0023166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/Document/Edit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class Edit extends \BNETDocs\Models\ActiveUser
77
public $acl_allowed;
88
public $brief;
99
public $category;
10+
public ?array $comments = null;
1011
public $content;
1112
public $document;
1213
public $document_id;

0 commit comments

Comments
 (0)