Skip to content

Commit

Permalink
Add missing comments property
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Nov 22, 2024
1 parent f0b149a commit 0023166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Document/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Edit extends \BNETDocs\Models\ActiveUser
public $acl_allowed;
public $brief;
public $category;
public ?array $comments = null;
public $content;
public $document;
public $document_id;
Expand Down

0 comments on commit 0023166

Please sign in to comment.