mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
cleanup delay
This commit is contained in:
@@ -97,8 +97,7 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$rep = new ExamRepository();
|
||||
$r = $rep->listMatchExam(1);
|
||||
$r = number_format(12356);
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user