* modulemenu: modify the method return value type to allow returning null.

This commit is contained in:
liugang
2023-07-20 16:28:18 +08:00
parent 0413e20333
commit 1d45e85669
+1 -1
View File
@@ -75,7 +75,7 @@ class moduleMenu extends wg
return '';
}
private function buildBtns(): wg
private function buildBtns(): wg|null
{
$settingLink = $this->prop('settingLink');
$settingText = $this->prop('settingText');