Closed TheBlueSkim closed 4 years ago
In Tool.php function prepareUpdate `if ($field instanceof MultipleFile) {
$value = implode(',', $value); } else if ($field instanceof MultipleSelect) { $value = implode(',', $value); }`
cause the dependence class MultipleFile and MultipleSelect are never be imported, the value will be troubled with error of type conversion "Array to String"
In Tool.php function prepareUpdate `if ($field instanceof MultipleFile) {
cause the dependence class MultipleFile and MultipleSelect are never be imported, the value will be troubled with error of type conversion "Array to String"