Auto commit for release 'develop' on 2025-02-02

This commit is contained in:
github-actions
2025-02-02 16:06:22 +01:00
parent e8dc8f25be
commit 318cef7e3b
10 changed files with 91 additions and 96 deletions

View File

@@ -108,6 +108,6 @@ class ExchangeRateRepository implements ExchangeRateRepositoryInterface
#[\Override]
public function getAll(): Collection
{
return $this->userGroup->currencyExchangeRates()->orderBy('date','ASC')->get();
return $this->userGroup->currencyExchangeRates()->orderBy('date', 'ASC')->get();
}
}