mirror of
https://github.com/twisterarmy/twister-php.git
synced 2025-02-06 11:54:27 +00:00
add request id to the error key
This commit is contained in:
parent
90c76cb33e
commit
fe57dd698d
@ -90,7 +90,7 @@ class Client
|
|||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$errors[] = curl_error(
|
$errors[$this->_id][] = curl_error(
|
||||||
$this->_curl
|
$this->_curl
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user