mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 13:12:17 +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']);
|
unset($settings['prefix']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(isset($settings['regexMatch'])) {
|
||||||
|
unset($settings['regexMatch']);
|
||||||
|
}
|
||||||
|
|
||||||
return $settings;
|
return $settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user