diff --git a/examples/basic/index.php b/examples/basic/index.php index 56708be..8326695 100644 --- a/examples/basic/index.php +++ b/examples/basic/index.php @@ -12,7 +12,7 @@ $router->map('POST','/users/[i:id]/[delete|update:action]', 'usersController#doA // match current request $match = $router->match(); ?> -