From 66cadefc033c0e7f06954c0b817dd6622a56d7cb Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Mon, 4 Sep 2023 19:47:04 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E5=88=97=E5=86=85=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=95=B0=E5=B1=95=E9=96=8B=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Util/Custom/HelloTechno/API.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Util/Custom/HelloTechno/API.php b/app/Util/Custom/HelloTechno/API.php index 4a81682..951e5b4 100644 --- a/app/Util/Custom/HelloTechno/API.php +++ b/app/Util/Custom/HelloTechno/API.php @@ -188,7 +188,7 @@ class API } return data_get($data, static::FIELD_DATA, []); } catch (Exception $e) { - Log::error("HelloTechno API エラー URL:${url}]"); + Log::error("HelloTechno API エラー URL:{$url}]"); throw $e; } } @@ -212,7 +212,7 @@ class API } return data_get($data, static::FIELD_DATA, []); } catch (Exception $e) { - Log::error("HelloTechno API エラー URL:${url}]"); + Log::error("HelloTechno API エラー URL:{$url}]"); throw $e; } }