/**
  * Called when job failed.
  */
 public function failed()
 {
     App::call([$this->notification, 'failed']);
 }