/**
  * Get the value.
  *
  * @return mixed
  */
 public function get()
 {
     return $this->fieldType->getRelation();
 }