diff --git a/app/Libraries/MySocket/MySocket.php b/app/Libraries/MySocket/MySocket.php index c04e3e4..da66c0f 100644 --- a/app/Libraries/MySocket/MySocket.php +++ b/app/Libraries/MySocket/MySocket.php @@ -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); }