Procházet zdrojové kódy

withHeader method did not return the current instance.

Menno před 9 roky
rodič
revize
d93932f4f3
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;
     }
 
     /**