Skip to content

Commit f5a97b4

Browse files
committed
Merge pull request #89 from norkunas/patch-1
Fix class name
2 parents 6363a97 + 65dbe18 commit f5a97b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/guzzle6-adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ like::
2424
$config = [
2525
// Config params
2626
];
27-
$guzzle = new GuzzleClientClient($config);
27+
$guzzle = new GuzzleClient($config);
2828

2929
Then create the adapter::
3030

0 commit comments

Comments
 (0)