mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
exam checkout support duration
This commit is contained in:
@@ -55,10 +55,8 @@ class Test extends Command
|
||||
// ]);
|
||||
// dd($r);
|
||||
// $rep->assignCronjob();
|
||||
// $rep->cronjobCheckout();
|
||||
$r = DB::select(DB::raw('select version() as info'))[0]->info;
|
||||
$r = $rep->cronjobCheckout();
|
||||
dd($r);
|
||||
Carbon::now()->toDateTimeString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user