diff --git a/src/Providers/HttpProvider.php b/src/Providers/HttpProvider.php index b99de556..f969d86f 100644 --- a/src/Providers/HttpProvider.php +++ b/src/Providers/HttpProvider.php @@ -109,7 +109,7 @@ public function execute($callback) return call_user_func($callback, null, $res); }; $this->requestManager->sendPayload('[' . implode(',', $this->batch) . ']', $proxy); - $this->methods[] = []; + $this->methods = []; $this->batch = []; } -} \ No newline at end of file +}