sendTo( config('queue.failed.notify_email'), config('mail.from.address'), config('mail.from.name'), config('queue.failed.notify_subject', trans('texts.job_failed', ['name'=>$this->jobName])), 'job_failed', [ 'name' => $this->jobName, ] ); } $logger->error( trans('texts.job_failed', ['name' => $this->jobName]) ); } */ }