mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Rename method, remove 0.
This commit is contained in:
@@ -344,7 +344,7 @@ class AccountEnrichment implements EnrichmentInterface
|
||||
|
||||
private function collectBalances(): void
|
||||
{
|
||||
$this->balances = Steam::finalAccountsBalanceOptimized($this->collection, $this->getDate(), $this->primaryCurrency, $this->convertToPrimary);
|
||||
$this->balances = Steam::accountsBalancesOptimized($this->collection, $this->getDate(), $this->primaryCurrency, $this->convertToPrimary);
|
||||
}
|
||||
|
||||
public function setDate(?Carbon $date): void
|
||||
|
||||
Reference in New Issue
Block a user