mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
attendance card
This commit is contained in:
@@ -27,3 +27,10 @@ function toggleUserMedalStatus($params)
|
||||
}
|
||||
|
||||
|
||||
function attendanceRetroactive($params)
|
||||
{
|
||||
global $CURUSER;
|
||||
$rep = new \App\Repositories\AttendanceRepository();
|
||||
return $rep->retroactive($CURUSER['id'], $params['timestamp']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user