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; } }