📅  最后修改于: 2022-03-11 14:54:19.642000             🧑  作者: Mango
protected $signature = 'order:check {--silent=y}'
public function handle()
{
$silent = $this->option('silent');
if ($this->confirm('This will run the command code continue?') || $silent) {