From 0c00f28d978130e19e2d86116004375dce8b0239 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sat, 12 Apr 2025 20:06:21 -0500 Subject: [PATCH] wip --- app/Models/CurrencyRate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/CurrencyRate.php b/app/Models/CurrencyRate.php index 3ea96eb..e70ad33 100644 --- a/app/Models/CurrencyRate.php +++ b/app/Models/CurrencyRate.php @@ -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 = [];