mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
[exam] add progress do update the same time
This commit is contained in:
@@ -45,8 +45,7 @@ class Test extends Command
|
||||
public function handle()
|
||||
{
|
||||
$rep = new ExamRepository();
|
||||
// $r = $rep->assignToUser(3);
|
||||
echo new A;
|
||||
$r = $rep->addProgress(1, 1, 250, 1);
|
||||
dd($r);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user