Skip to content

Commit

Permalink
Merge pull request #1 from MrFiregore/fix-json-request
Browse files Browse the repository at this point in the history
Fixed json request
  • Loading branch information
kriosmane authored Jun 22, 2022
2 parents 41e8b59 + 600f36c commit 028cce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HiveClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function getParamsOptionName($method)

case 'PATCH':

$option = 'form_params';
$option = 'json';

break;
}
Expand Down

0 comments on commit 028cce5

Please sign in to comment.