mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
reward torrent add times limit
This commit is contained in:
@@ -317,5 +317,10 @@ class Setting extends NexusModel
|
||||
return Torrent::BONUS_REWARD_VALUES;
|
||||
}
|
||||
|
||||
public static function getBonusRewardTimesLimit(): int
|
||||
{
|
||||
return (int)self::get("torrent.reward_times_limit", 0);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user