add clear
This commit is contained in:
@@ -501,7 +501,7 @@ class HttpClient
|
|||||||
} else {
|
} else {
|
||||||
$client->post($url, $data);
|
$client->post($url, $data);
|
||||||
}
|
}
|
||||||
var_dump($client);
|
var_dump($client, $url);
|
||||||
$client->close();
|
$client->close();
|
||||||
return $client;
|
return $client;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user