We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b69efd4 + 87b516a commit 3801402Copy full SHA for 3801402
1 file changed
src/Jobs/SamlSso.php
@@ -178,7 +178,7 @@ private function setDestination()
178
}
179
180
$queryParams = $this->getQueryParams();
181
- if (!empty($queryParams)) {
+ if (is_array($queryParams) && !empty($queryParams)) {
182
if (!parse_url($destination, PHP_URL_QUERY)) {
183
$destination = Str::finish(url($destination), '?') . Arr::query($queryParams);
184
} else {
0 commit comments