mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
new exam progress update logic
This commit is contained in:
@@ -53,7 +53,10 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
|
||||
$examRep = new ExamRepository();
|
||||
$examuser = ExamUser::query()->findOrFail(2);
|
||||
$r = $examRep->updateProgress($examuser);
|
||||
dd($r);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user