We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Comment
Entity
1 parent e0c12f6 commit 76a287aCopy full SHA for 76a287a
src/Entities/Comment.php
@@ -77,11 +77,9 @@ protected function setResponseData(array $responseData): void
77
78
private function fillFromRaw(): void
79
{
80
- parent::fillEntityBase();
+ parent::fillEssentials();
81
$this->fillRichText();
82
$this->fillDiscussionId();
83
- $this->fillParentAttributes();
84
- $this->fillTimestampableAttributes();
85
}
86
87
private function fillDiscussionId(): void
0 commit comments