Rename method, remove 0.

This commit is contained in:
James Cole
2025-08-07 05:52:56 +02:00
parent 7f5a1bda8d
commit bff856aeff
2 changed files with 88 additions and 89 deletions

View File

@@ -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