Issue #2605280 by rakesh.gectcr: Missing return $this in Url::setUnrouted
parent
6adc8ba95d
commit
8bd6cea4eb
|
@ -515,6 +515,7 @@ class Url {
|
|||
// Set empty route name and parameters.
|
||||
$this->routeName = NULL;
|
||||
$this->routeParameters = array();
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue