Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
patch get request
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Aug 28, 2020
1 parent 1c01d3b commit 8f75f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(string $url, string $token)
*/
public function get(string $urn, array $query = []): ResponseInterface
{
return $this->getGuzzle()->get($urn, $query);
return $this->getGuzzle()->get($urn, \compact('query'));
}

/**
Expand Down

0 comments on commit 8f75f40

Please sign in to comment.