Skip to content

Commit 7199b2f

Browse files
committed
fix stan
1 parent f0001b4 commit 7199b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function boot(): void
2727
$siteHost = 'default';
2828

2929
if (is_string($request->input('url'))) {
30-
$siteHost = parse_url($request->input('url'), PHP_URL_HOST);
30+
$siteHost = (string) parse_url($request->input('url'), PHP_URL_HOST);
3131
}
3232

3333
// Define a rate limit per target IP

0 commit comments

Comments
 (0)