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