Skip to content

Commit 92bcb79

Browse files
committed
changes in api call request
1 parent c3d613d commit 92bcb79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ public function callGraphql($query)
218218
public function request($method,$url,array $options)
219219
{
220220
try {
221+
221222
$client = new \GuzzleHttp\Client();
222223
return $client->request($method, $url, $options);
223224
}

0 commit comments

Comments
 (0)