mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed a small bug in the account frontpage chart.
This commit is contained in:
@@ -48,7 +48,7 @@ class Preference extends Model
|
||||
}
|
||||
|
||||
|
||||
return json_decode($data);
|
||||
return json_decode($data, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user