Skip to content

Commit 9a3dbb3

Browse files
committed
fix: modify changed method within NotionParent
1 parent 27f4fe9 commit 9a3dbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/NotionParent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function setResponseData(array $responseData): void
3131

3232
private function fillFromRaw(): void
3333
{
34-
parent::fillEntityBase();
34+
parent::fillEssentials();
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)