Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Make Spreedly::client() public so we can access the raw Guzzle interf…
Browse files Browse the repository at this point in the history
…ace for calls this library doesn't natively support (#27)
  • Loading branch information
jcherniak authored and tuurbo committed Sep 29, 2018
1 parent 4ec4f53 commit 55e63c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spreedly.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected function validateConfig()
*
* @return \GuzzleHttp\Client
*/
protected function client()
public function client()
{
return new Client(new Guzzle(), $this->config);
}
Expand Down

0 comments on commit 55e63c9

Please sign in to comment.