📅  最后修改于: 2022-03-11 14:53:37.555000             🧑  作者: Mango
$schedule->command('cashier:run')
->daily() // run as often as you like (Daily, monthly, every minute, ...)
->withoutOverlapping(); // make sure to include this