fix speical tag get key

This commit is contained in:
xiaomlove
2022-11-14 22:26:15 +08:00
parent c6762f60db
commit b6a7419461
2 changed files with 3 additions and 3 deletions

View File

@@ -51,8 +51,8 @@ class Tag extends NexusModel
public static function listSpecial(): array
{
return array_filter([
Setting::get('system.official_tag'),
Setting::get('system.zero_bonus_tag'),
Setting::get('bonus.official_tag'),
Setting::get('bonus.zero_bonus_tag'),
]);
}