Skip to content

Commit dd4e289

Browse files
committed
minor refactor (previous commits)
1 parent 661beeb commit dd4e289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entities/Comment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ private function fillFromRaw(): void
8080
parent::fillEntityBase();
8181
$this->fillRichText();
8282
$this->fillDiscussionId();
83-
$this->fillParentProperties();
84-
$this->fillTimestampableProperties();
83+
$this->fillParentAttributes();
84+
$this->fillTimestampableAttributes();
8585
}
8686

8787
private function fillDiscussionId(): void

0 commit comments

Comments
 (0)