mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix speical tag get key
This commit is contained in:
@@ -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'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user