Update ProxyHelper.php

This commit is contained in:
juanal98
2020-05-23 02:06:38 +02:00
committed by GitHub
parent b52ecc1653
commit 0b8c2936f5
+2
View File
@@ -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);