Skip to content

Commit

Permalink
Merge pull request #3 from rozwalek/patch-1
Browse files Browse the repository at this point in the history
Thanks
  • Loading branch information
t-veron authored Nov 30, 2018
2 parents e6db651 + ac8d945 commit 17bb68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RequestMethod/CurlPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CurlPost implements RequestMethod
*/
protected $curl;

protected $options;
protected $options = array();

/**
* CurlPost constructor.
Expand Down Expand Up @@ -74,4 +74,4 @@ public function submit(RequestParameters $params)

return $response;
}
}
}

0 comments on commit 17bb68c

Please sign in to comment.