Remove this variable

This commit is contained in:
Stefan Blanke 2020-10-12 17:38:41 +02:00
parent 362f895668
commit 18e813ddef

View file

@ -91,7 +91,7 @@ fetch("http://localhost:8080", requestOptions)
```php
$httpClient = HttpClient::create();
$response = $this->httpClient->request('POST', 'http://localhost:8080', [
$response = $httpClient->request('POST', 'http://localhost:8080', [
'headers' => [
'Content-Type' => 'application/xml',
],