We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716335c + 40b9a93 commit 3a40c4bCopy full SHA for 3a40c4b
src/UrlGeneratorService.php
@@ -14,7 +14,7 @@ private function addSid(string $url, ?\Illuminate\Routing\Route $route = null):
14
}
15
16
// Get the current query string and parameters
17
- $queryString = parse_url($url, PHP_URL_QUERY);
+ $queryString = parse_url($url, PHP_URL_QUERY) ?? '';
18
parse_str($queryString, $queryParameters);
19
20
// Add the session to the query string if needed
0 commit comments