mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
claim bulk
This commit is contained in:
@@ -161,3 +161,10 @@ function saveUserMedal($params)
|
||||
$rep = new \App\Repositories\MedalRepository();
|
||||
return $rep->saveUserMedal($CURUSER['id'], $data);
|
||||
}
|
||||
|
||||
function claimAllSeeding()
|
||||
{
|
||||
global $CURUSER;
|
||||
$rep = new \App\Repositories\ClaimRepository();
|
||||
return $rep->claimAllSeeding($CURUSER['id']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user