Parcourir la source

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

develop
sosuke.iwabuchi il y a 2 ans
Parent
révision
66cadefc03
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      app/Util/Custom/HelloTechno/API.php

+ 2
- 2
app/Util/Custom/HelloTechno/API.php Voir le fichier

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


Chargement…
Annuler
Enregistrer