diff --git a/app/Models/CurrencyRate.php b/app/Models/CurrencyRate.php index 22cf3a3..82a04f3 100644 --- a/app/Models/CurrencyRate.php +++ b/app/Models/CurrencyRate.php @@ -165,7 +165,7 @@ class CurrencyRate extends Model $lookupDate = self::getNearestPastDate($date, $rates); - Log::warning($lookupDate, isset($rates[$lookupDate->toDateString()])); + Log::warning($lookupDate.' - '.isset($rates[$lookupDate->toDateString()])); if (is_null($lookupDate)) { continue;