模块名称大小写修复
parent
19bcd3bc07
commit
22e4ab16ef
|
|
@ -741,7 +741,7 @@ function FormModulePath($params = [])
|
|||
}
|
||||
}
|
||||
} else {
|
||||
$path = '\app\\'.$group.'\form\\'.$controller;
|
||||
$path = '\app\\'.$group.'\form\\'.ucfirst($controller);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in New Issue