模块名称大小写修复

feat/task1-c-wallet
Devil 2021-07-22 16:10:00 +08:00
parent 19bcd3bc07
commit 22e4ab16ef
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ function FormModulePath($params = [])
}
}
} else {
$path = '\app\\'.$group.'\form\\'.$controller;
$path = '\app\\'.$group.'\form\\'.ucfirst($controller);
}
return [