Fix method.

This commit is contained in:
James Cole
2023-10-23 20:09:10 +02:00
parent e90fb98613
commit a9d490263b
3 changed files with 21 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ class DownloadExchangeRates implements ShouldQueue
public function handle(): void
{
Log::debug('Now in handle()');
$currencies = $this->repository->get();
$currencies = $this->repository->getCompleteSet();
/** @var TransactionCurrency $currency */
foreach ($currencies as $currency) {