/**
  * Get migration models label.
  *
  * @return string
  */
 public function getLabel()
 {
     return $this->model->getLabel();
 }