Browse Source

Update ProxyHelper.php

master
juanal98 4 years ago
committed by GitHub
parent
commit
0b8c2936f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ProxyHelper.php

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

Loading…
Cancel
Save