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

controller 方法增加获取多层控制器最后控制器名称 #2440

Open
wants to merge 1 commit into
base: 6.0
Choose a base branch
from

Conversation

9007967
Copy link
Contributor

@9007967 9007967 commented Dec 30, 2020

使用方法 Request::controller(false, true); 第二参数设置为true;
PHP8可以直接 Reuqest::controller(suffix:true);
主要效果
v1.main 使用新方法后可以直接获取 mian控制器名称

使用方法 Request::controller(false, true); 第二参数设置为true;
PHP8可以直接 Reuqest::controller(suffix:true);
主要效果
v1.main 使用新方法后可以直接获取 mian控制器名称
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

Successfully merging this pull request may close these issues.

1 participant