[会员管理]-移除
This commit is contained in:
@@ -170,7 +170,7 @@ if (!function_exists('get_controller_path')) {
|
||||
* 从 Request 或路由获取控制器路径(等价于 ThinkPHP controllerPath)
|
||||
* 优先从 $request->controller(Webman 路由匹配时设置)解析,否则从 path 解析
|
||||
* @param \Webman\Http\Request|null $request
|
||||
* @return string|null 如 auth/admin、user/user
|
||||
* @return string|null 如 auth/admin
|
||||
*/
|
||||
function get_controller_path($request = null): ?string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user