We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6363a97 commit 65dbe18Copy full SHA for 65dbe18
clients/guzzle6-adapter.rst
@@ -24,7 +24,7 @@ like::
24
$config = [
25
// Config params
26
];
27
- $guzzle = new GuzzleClientClient($config);
+ $guzzle = new GuzzleClient($config);
28
29
Then create the adapter::
30
0 commit comments