Skip to content

Commit

Permalink
Merge pull request #34 from hcgcloud/develop
Browse files Browse the repository at this point in the history
bump to v2.0.0-alpha.2
  • Loading branch information
tyson239 committed Mar 22, 2021
2 parents 670b977 + 1fb3294 commit 8cce40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function __construct(Pterodactyl $pterodactyl, Client $guzzle = null)
*/
public function get($uri, array $query = [])
{
return $this->request('GET', $uri, [], $query);
return $this->request('GET', $uri, $query);
}

/**
Expand Down

0 comments on commit 8cce40c

Please sign in to comment.