浏览代码

withHeader method did not return the current instance.

Menno 9 年之前
父节点
当前提交
d93932f4f3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Ixudra/Curl/Builder.php

+ 2 - 0
src/Ixudra/Curl/Builder.php

@@ -116,6 +116,8 @@ class Builder {
     public function withHeader($header)
     {
         $this->curlOptions[ 'HTTPHEADER' ][] = $header;
+
+        return $this;
     }
 
     /**