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 d612650 commit f47d7d2Copy full SHA for f47d7d2
src/ProjectData.php
@@ -154,8 +154,8 @@ public function setMuteMusic($muteMusic)
154
*/
155
public function getProjectColors()
156
{
157
- $projectColors = $this->projectDataJson['data']['projectColors'];
158
- return isset($projectColors) ? $projectColors : null;
+ return isset($this->projectDataJson['data']['projectColors']) ?
+ $this->projectDataJson['data']['projectColors'] : null;
159
}
160
161
/**
0 commit comments