mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 01:32:14 +00:00
[BUGFIX] Fixed only match group route if prefix is set
This commit is contained in:
@@ -98,7 +98,7 @@ class SimpleRouter {
|
||||
* Adds get + post route
|
||||
*
|
||||
* @param string $url
|
||||
* @param function $callback
|
||||
* @param callable $callback
|
||||
* @param array|null $settings
|
||||
* @return RouterRoute
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user