Explorar el Código

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

develop
sosuke.iwabuchi hace 2 años
padre
commit
66cadefc03
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      app/Util/Custom/HelloTechno/API.php

+ 2
- 2
app/Util/Custom/HelloTechno/API.php Ver fichero

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


Cargando…
Cancelar
Guardar