mirror of
https://github.com/jespanag/Laravel-Proxy-Helper.git
synced 2026-08-29 02:22:33 +00:00
Update ProxyHelper.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user