[TASK] Match on group are no longer merged to child routes.

This commit is contained in:
Simon Sessingø
2016-03-18 15:21:45 +01:00
parent db78135d19
commit 6d8e95fcaa
+4
View File
@@ -192,6 +192,10 @@ abstract class RouterEntry {
unset($settings['prefix']);
}
if(isset($settings['regexMatch'])) {
unset($settings['regexMatch']);
}
return $settings;
}