mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
改进控制器自动搜索的目录规范
This commit is contained in:
@@ -1223,7 +1223,7 @@ class Route
|
||||
$find = true;
|
||||
break;
|
||||
} else {
|
||||
$dir .= DS . $val;
|
||||
$dir .= DS . Loader::parseName($val);
|
||||
}
|
||||
}
|
||||
if ($find) {
|
||||
|
||||
Reference in New Issue
Block a user