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