mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
normalize-logging
This commit is contained in:
@@ -45,7 +45,8 @@ class Test extends Command
|
||||
public function handle()
|
||||
{
|
||||
$rep = new ExamRepository();
|
||||
$r = $rep->listUserExamProgress(1);
|
||||
// $r = $rep->assignToUser(3);
|
||||
echo new A;
|
||||
dd($r);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user