вывод аентства в таблицу агентов
This commit is contained in:
parent
cb63002063
commit
2b339d6da8
@ -85,6 +85,7 @@ public function send()
|
||||
$result = file_get_contents($this->getUrl(), false, $context);
|
||||
$result = json_decode($result, $associative = true);
|
||||
$this->resultData = $result;
|
||||
dd($result);
|
||||
if (is_array($this->resultData) && array_key_exists('result', $result))
|
||||
{
|
||||
return true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user