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.
NotionParent::class
1 parent 1f6aa11 commit f3aa549Copy full SHA for f3aa549
src/Entities/NotionParent.php
@@ -65,6 +65,6 @@ public function isDatabase(): bool
65
*/
66
public function isWorkspace(): bool
67
{
68
- return $this->getObjectType() === 'workspace_id';
+ return $this->getObjectType() === 'workspace';
69
}
70
0 commit comments