update:更新表单action

This commit is contained in:
JaguarJack
2021-04-03 10:35:21 +08:00
parent 7fd87caa36
commit 0bbb39696b
4 changed files with 74 additions and 410 deletions

View File

@@ -14,7 +14,7 @@ class HeaderItem
return $this;
}
public static function label(string $label): HeaderItem
public static function label(string $label = ''): HeaderItem
{
return new self($label);
}