浏览代码

文字列内の変数展開を修正

develop
sosuke.iwabuchi 3 年前
父节点
当前提交
66cadefc03
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/Util/Custom/HelloTechno/API.php

+ 2
- 2
app/Util/Custom/HelloTechno/API.php 查看文件

@@ -188,7 +188,7 @@ class API
} }
return data_get($data, static::FIELD_DATA, []); return data_get($data, static::FIELD_DATA, []);
} catch (Exception $e) { } catch (Exception $e) {
Log::error("HelloTechno API エラー URL:${url}]");
Log::error("HelloTechno API エラー URL:{$url}]");
throw $e; throw $e;
} }
} }
@@ -212,7 +212,7 @@ class API
} }
return data_get($data, static::FIELD_DATA, []); return data_get($data, static::FIELD_DATA, []);
} catch (Exception $e) { } catch (Exception $e) {
Log::error("HelloTechno API エラー URL:${url}]");
Log::error("HelloTechno API エラー URL:{$url}]");
throw $e; throw $e;
} }
} }


正在加载...
取消
保存