fix exam exit

This commit is contained in:
xiaomlove
2023-04-29 03:46:14 +08:00
parent 10cd69852c
commit bc926b798f
7 changed files with 114 additions and 32 deletions

View File

@@ -97,8 +97,9 @@ class Test extends Command
*/
public function handle()
{
$rep = new MeiliSearchRepository();
$rep->import();
$rep = new ExamRepository();
$r = $rep->listMatchExam(1);
dd($r);
}
}