* Fix error of zin\dropmenu::buildDropmenu.

This commit is contained in:
zhouxin
2024-04-30 16:49:55 +08:00
parent 1dd65c2188
commit c3efc2fe44
+1 -1
View File
@@ -52,7 +52,7 @@ class dropmenu extends wg
return file_get_contents(__DIR__ . DS . 'css' . DS . 'v1.css');
}
protected function buildDropmenu(string $menuID, string $id, string $url, null|string $text, null|array $data, string|int|null $defaultValue)
protected function buildDropmenu(string $menuID, string $id, string|null $url, null|string $text, null|array $data, string|int|null $defaultValue)
{
$cache = $this->prop('cache');
return zui::dropmenu