mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
improve paid torrent + hit and run
This commit is contained in:
@@ -257,6 +257,9 @@ LUA;
|
||||
"lastcleantime5" => "five",
|
||||
];
|
||||
$avps = Avp::query()->get()->keyBy("arg");
|
||||
if ($avps->isEmpty()) {
|
||||
return;
|
||||
}
|
||||
foreach ($arvToLevel as $arg => $level) {
|
||||
/** @var NexusModel $value */
|
||||
$value = $avps->get($arg);
|
||||
|
||||
Reference in New Issue
Block a user