mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Include safe methods and require the correct package.
This commit is contained in:
@@ -264,7 +264,7 @@ class RecurrenceTransformer extends AbstractTransformer
|
||||
break;
|
||||
|
||||
case 'tags':
|
||||
$array['tags'] = json_decode($transactionMeta->value);
|
||||
$array['tags'] = \Safe\json_decode($transactionMeta->value);
|
||||
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user