This commit is contained in:
hackerESQ
2025-04-12 20:06:21 -05:00
parent 5eab00ee33
commit 0c00f28d97
+1 -1
View File
@@ -143,7 +143,7 @@ class CurrencyRate extends Model
$currencies = Currency::all()->pluck('currency')->toArray();
dump('currencies'.$currencies);
dump('got currencies');
// call api in chunks
$rates = [];