Skip to content

Commit 76a287a

Browse files
committed
modify Comment, based on changes in Entity
1 parent e0c12f6 commit 76a287a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Entities/Comment.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,9 @@ protected function setResponseData(array $responseData): void
7777

7878
private function fillFromRaw(): void
7979
{
80-
parent::fillEntityBase();
80+
parent::fillEssentials();
8181
$this->fillRichText();
8282
$this->fillDiscussionId();
83-
$this->fillParentAttributes();
84-
$this->fillTimestampableAttributes();
8583
}
8684

8785
private function fillDiscussionId(): void

0 commit comments

Comments
 (0)