芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/laravel/framework/src/Illuminate/Foundation/Bus/DispatchesJobs.php
dispatch($job); } /** * Dispatch a job to its appropriate handler in the current process. * * @param mixed $job * @return mixed */ public function dispatchNow($job) { return app(Dispatcher::class)->dispatchNow($job); } }