Skip to content

Commit

Permalink
Merge pull request #101 from bencroker/patch-6
Browse files Browse the repository at this point in the history
Remove query string from `_fullUri`
  • Loading branch information
markhuot authored Aug 24, 2023
2 parents eaa07f4 + 595c17f commit 7334804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/requests/WebRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function setDefaultProperties(string $url)
'_isConsoleRequest' => false,
'_fullPath' => $uri,
'_path' => $uri,
'_fullUri' => $uri.'?'.$queryString,
'_fullUri' => $uri,
'_ipAddress' => '::1',
'_rawBody' => '',
'_bodyParams' => [],
Expand Down

0 comments on commit 7334804

Please sign in to comment.