Skip to content

Commit 0023166

Browse files
committedNov 22, 2024·
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
 

Diff for: ‎src/Models/Document/Edit.php

+1
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)
Please sign in to comment.