mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
[exam] finish assign and remove
This commit is contained in:
@@ -45,7 +45,7 @@ class Test extends Command
|
||||
public function handle()
|
||||
{
|
||||
$rep = new ExamRepository();
|
||||
$r = $rep->addProgress(1, 1, 250, 1);
|
||||
$r = $rep->addProgress(15, 1, 250, 1);
|
||||
dd($r);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user