Upgrade to 3.0.1
This commit is contained in:
@@ -516,7 +516,7 @@ class Uri
|
||||
$slash = false;
|
||||
}
|
||||
|
||||
$path = $this->path->toString($slash) . $this->params->toString($slash);
|
||||
$path = $this->path->toString($slash) . $this->params->toString(true);
|
||||
|
||||
if ($this->slash && $slash === true) {
|
||||
$path .= '/';
|
||||
|
||||
Reference in New Issue
Block a user