Skip to content

Commit 929aa6e

Browse files
committed
Add missing comment serialized property
1 parent b926730 commit 929aa6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/Comment/Create.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function jsonSerialize(): mixed
1818
{
1919
return \array_merge(parent::jsonSerialize(), [
2020
'acl_allowed' => $this->acl_allowed,
21+
'comment' => $this->comment,
2122
'origin' => $this->origin,
2223
'response' => $this->response,
2324
]);

0 commit comments

Comments
 (0)