public function LockrClient::getHttpClient in Lockr 7.3
Gets the underlying HTTP client.
Return value
File
- vendor/
lockr/ lockr/ src/ LockrClient.php, line 49
Class
Namespace
LockrCode
public function getHttpClient() {
return $this->httpClient;
}