From 18e813ddef82881f202565753943373d0bcff2d7 Mon Sep 17 00:00:00 2001 From: Stefan Blanke Date: Mon, 12 Oct 2020 17:38:41 +0200 Subject: [PATCH] Remove this variable --- docs/daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/daemon.md b/docs/daemon.md index c357a0a..d49af40 100644 --- a/docs/daemon.md +++ b/docs/daemon.md @@ -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', ],