mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
[TASK] Match on group are no longer merged to child routes.
This commit is contained in:
@@ -192,6 +192,10 @@ abstract class RouterEntry {
|
||||
unset($settings['prefix']);
|
||||
}
|
||||
|
||||
if(isset($settings['regexMatch'])) {
|
||||
unset($settings['regexMatch']);
|
||||
}
|
||||
|
||||
return $settings;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user