Fixed a small bug in the account frontpage chart.

This commit is contained in:
James Cole
2016-12-11 17:30:55 +01:00
parent e963708c54
commit 04272fff81
3 changed files with 34 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ class Preference extends Model
}
return json_decode($data);
return json_decode($data, true);
}
/**