Pre Merge pull request !510 from 顾客/1.x-dev

pull/510/MERGE
顾客 2025-08-31 15:02:41 +00:00 committed by Gitee
commit 991c9f81da
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;