Skip to content
Snippets Groups Projects
Commit 8bd6cea4 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 6adc8ba9
No related branches found
No related tags found
No related merge requests found
......@@ -515,6 +515,7 @@ protected function setUnrouted() {
// Set empty route name and parameters.
$this->routeName = NULL;
$this->routeParameters = array();
return $this;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment