@@ -84,6 +84,6 @@ |
||
84 | 84 | $uri->setPath($basePath); |
85 | 85 | $uri->setQuery(array()); |
86 | 86 | $uri->setFragment(''); |
87 | - return $uri->getScheme() . '://' . $uri->getHost() . preg_replace('/[\/]+/', '/', $uri->getPath() . '/' . $route); |
|
87 | + return $uri->getScheme() . '://' . $uri->getHost() . preg_replace('/[\/]+/', '/', $uri->getPath() . '/' . $route); |
|
88 | 88 | } |
89 | 89 | } |