Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfaizfy committed Jun 17, 2022
1 parent 191f07c commit 8ba0a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function request($url, $post = false, $headers = false)

if ($post) {
$response = $client->request('POST', $url, [
'json' => $post,
'form_params' => $post,
])->getBody()->getContents();
} else {
$response = $client->request('GET', $url)->getBody()->getContents();
Expand Down

0 comments on commit 8ba0a62

Please sign in to comment.