Exemplo n.º 1
0
 /**
  * @inheritdoc
  * @return Job
  */
 public function first()
 {
     return parent::first() ?: new NullJob();
 }
Exemplo n.º 2
0
 /**
  * @inheritdoc
  * @return Tube|false
  */
 public function first()
 {
     return parent::first();
 }