diff --git a/Models/Comment.php b/Models/Comment.php index d1c8237..901deea 100644 --- a/Models/Comment.php +++ b/Models/Comment.php @@ -237,4 +237,12 @@ class Comment { return $this->createdAt; } + + /** + * {@inheritdoc} + */ + public function jsonSerialize() : array + { + return []; + } }