芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Jobs/AfterOrderCancellationJob.php
cancellation = $cancellation; $this->order = $cancellation->order; } /** * Execute the job. * * @return void */ public function handle() { if ($this->order) { // code... } } }