parent
13827c79e4
commit
2fd1a957a8
|
@ -428,6 +428,9 @@ class Url
|
|||
if ($this->getPort()) {
|
||||
$urlString .= ':' . $this->getPort();
|
||||
}
|
||||
if ($this->getBasePath()) {
|
||||
$urlString .= $this->getBasePath();
|
||||
}
|
||||
|
||||
return $urlString;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue