From 0b8c2936f538770db1d6a56453edabee7b83bfe4 Mon Sep 17 00:00:00 2001 From: juanal98 <32484496+juanal98@users.noreply.github.com> Date: Sat, 23 May 2020 02:06:38 +0200 Subject: [PATCH] Update ProxyHelper.php --- ProxyHelper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProxyHelper.php b/ProxyHelper.php index 56a9976..05d4f13 100644 --- a/ProxyHelper.php +++ b/ProxyHelper.php @@ -128,6 +128,8 @@ class ProxyHelper { } private function call(PendingRequest $request, $method, $url, $params){ + if($this->customMethod) + $method = $this->customMethod; switch ($method) { case 'GET': return $request->get($url, $params);