!510 修复函数参数错误的默认值,从空字符串改为空数组

Merge pull request !510 from 顾客/1.x-dev
pull/511/MERGE
Karson 2025-09-01 02:25:52 +00:00 committed by Gitee
commit 38736eaeea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -1251,7 +1251,7 @@ EOD;
$output->info("Build Successed");
}
protected function getEnum(&$getEnum, &$controllerAssignList, $field, $itemArr = '', $inputType = '')
protected function getEnum(&$getEnum, &$controllerAssignList, $field, $itemArr = [], $inputType = '')
{
if (!in_array($inputType, ['datetime', 'select', 'multiple', 'checkbox', 'radio'])) {
return;