Example #1
0
 /**
  * Get the name of the task.
  *
  * @return string
  */
 public function getName()
 {
     return parent::getName() ?: 'Arbitrary task';
 }