diff options
Diffstat (limited to 'app/Job/HttpAsyncJob.php')
-rw-r--r-- | app/Job/HttpAsyncJob.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Job/HttpAsyncJob.php b/app/Job/HttpAsyncJob.php index 9e5cf107..f2e9b3f5 100644 --- a/app/Job/HttpAsyncJob.php +++ b/app/Job/HttpAsyncJob.php @@ -34,7 +34,6 @@ class HttpAsyncJob extends BaseJob * @param string $url * @param string $content * @param array $headers - * @return $this */ public function execute($method, $url, $content, array $headers) { |