Skip to content

Commit

Permalink
Change encoding type
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-elios committed Aug 15, 2024
1 parent 834733e commit 1a48290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/SendsRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function buildUrl(string $path, ?array $query = null): string

if ($query !== null) {
$url = $url->withQuery(
query: http_build_query($query)
query: http_build_query($query, encoding_type: PHP_QUERY_RFC3986),
);
}

Expand Down

0 comments on commit 1a48290

Please sign in to comment.