insert = $insert; } /** * Execute the job. * * @return void */ public function handle() { $insert = $this->insert; OperationLogService::getInstance()->insertOperationLog($insert); } }