Improve test coverage.

This commit is contained in:
James Cole
2019-06-13 06:39:05 +02:00
parent 6fdfa722dd
commit aacd218056
13 changed files with 1204 additions and 591 deletions

View File

@@ -84,7 +84,7 @@ class TransactionJournalMeta extends Model
*/
public function getDataAttribute($value)
{
return json_decode($value);
return json_decode($value, false);
}
/**