/**
  * @param array $data
  * @return static
  */
 public function firstOrCreate(array $data)
 {
     return $this->model->firstOrCreate($data);
 }