diff --git a/app/Models/Tag.php b/app/Models/Tag.php index 03858aec..014fd338 100644 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -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'), ]); } diff --git a/include/constants.php b/include/constants.php index 8dbf94c1..8b227138 100644 --- a/include/constants.php +++ b/include/constants.php @@ -1,6 +1,6 @@