Issue #2605280 by rakesh.gectcr: Missing return $this in Url::setUnrouted

8.0.x
Alex Pott 2015-11-03 11:24:31 +00:00
parent 6adc8ba95d
commit 8bd6cea4eb
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ class Url {
// Set empty route name and parameters.
$this->routeName = NULL;
$this->routeParameters = array();
return $this;
}
/**