X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/3365/head:/app/Http/Request.php diff --git a/app/Http/Request.php b/app/Http/Request.php index 183686f67..c5b38f1c1 100644 --- a/app/Http/Request.php +++ b/app/Http/Request.php @@ -1,13 +1,15 @@ -getScheme().'://'.$this->getHttpHost(); + $base = $this->getScheme() . '://' . $this->getHttpHost(); } return $base;