* Modify param type.
This commit is contained in:
@@ -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, string $text, null|array $data, string|int $defaultValue)
|
||||
protected function buildDropmenu(string $menuID, string $id, string $url, string $text, null|array $data, string|int|null $defaultValue)
|
||||
{
|
||||
$cache = $this->prop('cache');
|
||||
return zui::dropmenu
|
||||
|
||||
Reference in New Issue
Block a user