aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 16872eff9..9fb49dbd5 100644
--- a/boot.php
+++ b/boot.php
@@ -591,8 +591,7 @@ if(! class_exists('App')) {
}
}
- $this->baseurl = $scheme . "://" . $this->hostname . ((isset($this->path) && strlen($this->path)) ? '/' . $this\
-->path : '' );
+ $this->baseurl = $scheme . "://" . $this->hostname . ((isset($this->path) && strlen($this->path)) ? '/' . $this->path : '' );
return $this->baseurl;
}