We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0001b4 commit 7199b2fCopy full SHA for 7199b2f
app/Providers/AppServiceProvider.php
@@ -27,7 +27,7 @@ public function boot(): void
27
$siteHost = 'default';
28
29
if (is_string($request->input('url'))) {
30
- $siteHost = parse_url($request->input('url'), PHP_URL_HOST);
+ $siteHost = (string) parse_url($request->input('url'), PHP_URL_HOST);
31
}
32
33
// Define a rate limit per target IP
0 commit comments