cleanup delay

This commit is contained in:
xiaomlove
2023-05-03 23:59:30 +08:00
parent 1a22fd6584
commit 28b54ce053
3 changed files with 28 additions and 21 deletions

View File

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