This commit is contained in:
Edward Yang 2022-06-30 18:13:13 +08:00
parent d32d72ec64
commit e171233df5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class SettingRepo
public static function getPluginStatusColumn(): array
{
return [
'name' => 'active',
'name' => 'status',
'label' => '是否开启',
'type' => 'bool',
'required' => true,