We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ffa18 commit e1cebd9Copy full SHA for e1cebd9
src/Adapter/Guzzle.php
@@ -34,6 +34,8 @@ public function __construct(Auth $auth, Client $client = null, string $baseURI =
34
'headers' => $headers,
35
'Accept' => 'application/json'
36
]);
37
+ } else {
38
+ $this->client = $client;
39
}
40
41
0 commit comments