add request id to the error key

This commit is contained in:
ghost 2023-12-21 04:46:30 +02:00
parent 90c76cb33e
commit fe57dd698d

View File

@ -90,7 +90,7 @@ class Client
else
{
$errors[] = curl_error(
$errors[$this->_id][] = curl_error(
$this->_curl
);
}