From adc78ec060912013280bfb39c30ffedf899acc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Tue, 22 Oct 2024 16:24:51 +0900 Subject: [PATCH] cfmgrv4 init...3 --- app/Libraries/MySocket/MySocket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }