whereType(4)->get(); if ($nodes->isNotEmpty()) { reloadNode::dispatchNow($nodes); } $jobTime = round(microtime(true) - $startTime, 4); Log::info(__('----「:job」Completed, Used :time seconds ----', ['job' => $this->description, 'time' => $jobTime])); } }