Skip to content

Commit db33715

Browse files
committed
Add missing parameters
1 parent 396b280 commit db33715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct($server = '', $version = 'v2')
3939
);
4040
}
4141

42-
public static function constructWithGuzzleClient(GuzzleClient $guzzleClient)
42+
public static function constructWithGuzzleClient(GuzzleClient $guzzleClient, $server, $version)
4343
{
4444
$client = new Client($server, $version);
4545
$client->guzzleClient = $guzzleClient;

0 commit comments

Comments
 (0)