mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Restore previous stuff
This commit is contained in:
@@ -51,6 +51,11 @@ class AccountEnrichment implements EnrichmentInterface
|
||||
|
||||
$this->collection->transform(function (Account $account) {
|
||||
$account->user_array = ['id' => 1,'bla bla' => 'bla'];
|
||||
$account->balances = collect([
|
||||
['balance_id' => 1,'balance' => 5],
|
||||
['balance_id' => 2,'balance' => 5],
|
||||
['balance_id' => 3,'balance' => 5],
|
||||
]);
|
||||
return $account;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user