Skip to content

Commit cc4a641

Browse files
committed
Update README.MD [skip ci]
1 parent bebca08 commit cc4a641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,9 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
532532
new \Swis\Http\Fixture\ResponseBuilder('/path/to/fixtures');
533533
);
534534
} else {
535-
$httpClient = \Http\Adapter\Guzzle6\Client::createWithConfig(
535+
$httpClient = new \GuzzleHttp\Client(
536536
[
537+
'http_errors' => false,
537538
'timeout' => 2,
538539
]
539540
);

0 commit comments

Comments
 (0)