Skip to content

Commit 8a493ac

Browse files
committed
fix missing refactoring of type to objectType (within page)
1 parent db1fa13 commit 8a493ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private function fillFromRaw(): void
3939
private function fillObjectType(): void
4040
{
4141
if (Arr::exists($this->responseData, 'object')) {
42-
$this->type = $this->responseData['object'];
42+
$this->objectType = $this->responseData['object'];
4343
}
4444
}
4545

0 commit comments

Comments
 (0)