We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5a97b4 + 749fd7c commit 6f1281aCopy full SHA for 6f1281a
clients/guzzle5-adapter.rst
@@ -28,7 +28,7 @@ like::
28
$config = [
29
// Config params
30
];
31
- $guzzle = new GuzzleClientClient($config);
+ $guzzle = new GuzzleClient($config);
32
33
Then create the adapter::
34
0 commit comments