mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Temporary reshuffeling to fix API
This commit is contained in:
@@ -125,7 +125,7 @@ class PiggyBankTransformer extends AbstractTransformer
|
||||
'order' => (int) $piggyBank->order,
|
||||
'active' => true,
|
||||
'notes' => $notes,
|
||||
'object_group_id' => $objectGroupId,
|
||||
'object_group_id' => (string) $objectGroupId,
|
||||
'object_group_order' => $objectGroupOrder,
|
||||
'object_group_title' => $objectGroupTitle,
|
||||
'links' => [
|
||||
|
||||
Reference in New Issue
Block a user