Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-06-11 13:17:14 +00:00
committed by StyleCI Bot
parent 8be8aff802
commit de9b85df49
3 changed files with 10 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ class TunnelMessageController extends Controller
{
$serverHost = $this->detectServerHost($request);
$subdomain = Str::before($request->header('Host'), '.' . $serverHost);
$subdomain = Str::before($request->header('Host'), '.'.$serverHost);
return $subdomain === $request->header('Host') ? null : $subdomain;
}