mirror of https://gitee.com/karson/fastadmin.git
Merge branch '1.x-dev' of gitee.com:fastadminnet/fastadmin into 1.x-dev
commit
5f9ecabf8e
|
|
@ -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