dispatch_now 函数立即运行给定的 任务 并从 handle 方法返回值:
dispatch_now
handle
$result = dispatch_now(new App\Jobs\SendEmails);
关闭