Explorar o código

withHeader method did not return the current instance.

Menno %!s(int64=9) %!d(string=hai) anos
pai
achega
d93932f4f3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
     }
 
     /**