mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !510 from 顾客/1.x-dev
commit
991c9f81da
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue