@@ -90,7 +90,7 @@ |
||
90 | 90 | } |
91 | 91 | } else { |
92 | 92 | // Turn the ugly URL into a pretty one, so the router can parse it. |
93 | - $uri = $request->getUri()->withPath($url_route); |
|
93 | + $uri = $request->getUri()->withPath($url_route); |
|
94 | 94 | $request = $request->withUri($uri); |
95 | 95 | } |
96 | 96 |