mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed all tests.
This commit is contained in:
@@ -25,6 +25,7 @@ class Preference extends Elegant
|
||||
$this->attributes['data'] = json_encode($value);
|
||||
}
|
||||
|
||||
//
|
||||
public function getDataAttribute($value)
|
||||
{
|
||||
return json_decode($value);
|
||||
|
||||
Reference in New Issue
Block a user