mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Refactor findNull to find
This commit is contained in:
@@ -119,7 +119,7 @@ class NetWorth implements NetWorthInterface
|
||||
// loop results and add currency information:
|
||||
foreach ($netWorth as $currencyId => $balance) {
|
||||
$result[] = [
|
||||
'currency' => $this->currencyRepos->findNull($currencyId),
|
||||
'currency' => $this->currencyRepos->find($currencyId),
|
||||
'balance' => $balance,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user