Update HttpClient.php
This commit is contained in:
parent
61716c22c1
commit
b9215b2fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class HttpClient implements HttpClientInterface
|
|||
{
|
||||
$response = $this->getClient()->request(
|
||||
$method,
|
||||
$this->getOptions()['base_url'].$path,
|
||||
$path,
|
||||
[
|
||||
'form_params' => $body
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue