Update ProxyHelper.php

This commit is contained in:
juanal98 2020-05-23 02:06:38 +02:00 committed by GitHub
parent b52ecc1653
commit 0b8c2936f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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