Skip to content

Commit 489f167

Browse files
Resource(ProjectData): fix ProjectData class namespace usage
1 parent f02b835 commit 489f167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resource/ProjectData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getProjectData($payload)
4343

4444
$projectDataJson = $this->Request->authorizedRequest($options);
4545

46-
return new Renderforest\ProjectData($projectDataJson);
46+
return new Renderforest\ProjectData\ProjectData($projectDataJson);
4747
}
4848

4949
/**

0 commit comments

Comments
 (0)