Example #1
0
 /**
  * @return JobInterface|null
  */
 private function resolveJob()
 {
     return $this->queue->resolveJob();
 }