Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

注解路由加载和文件路由加载顺序问题 #2935

Open
FeiLiao-9 opened this issue Sep 12, 2023 · 0 comments
Open

注解路由加载和文件路由加载顺序问题 #2935

FeiLiao-9 opened this issue Sep 12, 2023 · 0 comments

Comments

@FeiLiao-9
Copy link

FeiLiao-9 commented Sep 12, 2023

topthink/framework:8.0
topthink/think-annotation:2.0

例如定义了文件路由的MISS路由,然后注解路由定义的所有路由都不能使用;

Route::group('/', function () {
  Route::miss(function () {
    var_dump(111);
  });
})

能否调整下加载事件
image

试着调整了下 就可以访问
image

官方看看,是否能适当调整下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant