Skip to content

Commit 65dbe18

Browse files
committed
Fixed class name
1 parent 6363a97 commit 65dbe18

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)