Skip to content

Commit

Permalink
The default is http cleint "guzzle"
Browse files Browse the repository at this point in the history
  • Loading branch information
SteeinSource committed Jul 26, 2017
1 parent 6738724 commit 5f8d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Steein/SDK/Core/SteeinHttpFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private function __construct()
* @throws Exception
* @throws HttpClientException
*/
public static function createHttpClient($handler = 'curl')
public static function createHttpClient($handler = 'guzzle')
{
if (!$handler) {
return self::detectDefaultClient();
Expand Down

0 comments on commit 5f8d9f2

Please sign in to comment.