mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
API for object groups.
This commit is contained in:
@@ -85,7 +85,7 @@ class PiggyBankTransformer extends AbstractTransformer
|
||||
$notes = '' === $notes ? null : $notes;
|
||||
|
||||
$objectGroupId = null;
|
||||
$objectGroupOrder = 0;
|
||||
$objectGroupOrder = null;
|
||||
$objectGroupTitle = null;
|
||||
/** @var ObjectGroup $objectGroup */
|
||||
$objectGroup = $piggyBank->objectGroups->first();
|
||||
|
||||
Reference in New Issue
Block a user