cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-22 16:24:51 +09:00
parent 9236cfc2f1
commit adc78ec060

View File

@ -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);
}