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.
1 parent db1fa13 commit 8a493acCopy full SHA for 8a493ac
src/Entities/Page.php
@@ -39,7 +39,7 @@ private function fillFromRaw(): void
39
private function fillObjectType(): void
40
{
41
if (Arr::exists($this->responseData, 'object')) {
42
- $this->type = $this->responseData['object'];
+ $this->objectType = $this->responseData['object'];
43
}
44
45
0 commit comments