Update HttpClientInterface.php
This commit is contained in:
parent
f4b07b31a4
commit
61716c22c1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ interface HttpClientInterface
|
||||||
* @param $method
|
* @param $method
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function request($body, $method);
|
public function request($path, $body, $method);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $options
|
* @param array $options
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue