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.
ProjectData
1 parent f02b835 commit 489f167Copy full SHA for 489f167
src/Resource/ProjectData.php
@@ -43,7 +43,7 @@ public function getProjectData($payload)
43
44
$projectDataJson = $this->Request->authorizedRequest($options);
45
46
- return new Renderforest\ProjectData($projectDataJson);
+ return new Renderforest\ProjectData\ProjectData($projectDataJson);
47
}
48
49
/**
0 commit comments