Skip to content

Commit e1cebd9

Browse files
author
alfrednutile
committed
left out previous fix
1 parent 80ffa18 commit e1cebd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Adapter/Guzzle.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public function __construct(Auth $auth, Client $client = null, string $baseURI =
3434
'headers' => $headers,
3535
'Accept' => 'application/json'
3636
]);
37+
} else {
38+
$this->client = $client;
3739
}
3840
}
3941

0 commit comments

Comments
 (0)