juanal98
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
ProxyHelper.php
|
@ -128,6 +128,8 @@ class ProxyHelper { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private function call(PendingRequest $request, $method, $url, $params){ |
|
|
private function call(PendingRequest $request, $method, $url, $params){ |
|
|
|
|
|
if($this->customMethod) |
|
|
|
|
|
$method = $this->customMethod; |
|
|
switch ($method) { |
|
|
switch ($method) { |
|
|
case 'GET': |
|
|
case 'GET': |
|
|
return $request->get($url, $params); |
|
|
return $request->get($url, $params); |
|
|