Skip to content

Commit 6f1281a

Browse files
committed
Merge pull request #90 from norkunas/patch-2
Fixed class name
2 parents f5a97b4 + 749fd7c commit 6f1281a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/guzzle5-adapter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ like::
2828
$config = [
2929
// Config params
3030
];
31-
$guzzle = new GuzzleClientClient($config);
31+
$guzzle = new GuzzleClient($config);
3232

3333
Then create the adapter::
3434

0 commit comments

Comments
 (0)