Skip to content

Commit

Permalink
Fix deprecation notice on content variable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jan 14, 2024
1 parent 2ade740 commit 492a8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Comment/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Delete extends \BNETDocs\Models\ActiveUser
{
public bool $acl_allowed = false;
public ?\BNETDocs\Libraries\Comment $comment = null;
public ?string $content = null;
public ?int $id = null;
public ?int $parent_id = null;
public ?int $parent_type = null;
Expand Down

0 comments on commit 492a8ef

Please sign in to comment.