X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2ebbc6b658e80c1a291de9d699627c82ed07577f..refs/pull/3365/head:/app/Http/Request.php diff --git a/app/Http/Request.php b/app/Http/Request.php index bd2761a0b..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; } - -} \ No newline at end of file +}