cfmgrv4 init...3
This commit is contained in:
parent
9236cfc2f1
commit
adc78ec060
@ -84,7 +84,7 @@ abstract class MySocket
|
||||
{
|
||||
return $this->request(__FUNCTION__, $uri, $options, $headers);
|
||||
}
|
||||
public function delete($uri, array $options = [], array $headers = []): ResponseInterface
|
||||
final public function delete($uri, array $options = [], array $headers = []): ResponseInterface
|
||||
{
|
||||
return $this->request(__FUNCTION__, $uri, $options, $headers);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user