We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e435ca commit 7993a78Copy full SHA for 7993a78
system/Router/Router.php
@@ -164,6 +164,8 @@ public function __construct(RouteCollectionInterface $routes)
164
*/
165
public function handle(string $uri = null)
166
{
167
+ $this->translateURIDashes = $this->collection->shouldTranslateURIDashes();
168
+
169
// If we cannot find a URI to match against, then
170
// everything runs off of it's default settings.
171
if (empty($uri))
0 commit comments