framework icon indicating copy to clipboard operation
framework copied to clipboard

6.0.3版本路由解析错误

Open xaboy opened this issue 4 years ago • 1 comments

访问路径 /merchantasdf

路由

Route::group('merchant/', function () {
      Route::miss(function () {
          //进到这里来了
      });
})
Route::miss(function () {
     //没有进到这里
});

这不太正常呀, 讲道理第一个应该只匹配/merchant/asdf,/merchant/*

xaboy avatar Apr 21 '21 04:04 xaboy

@liu21st

xaboy avatar Apr 21 '21 04:04 xaboy