belongsTo(Unidade::class); } /** * @return string */ public function __toString() { return $this->name; } }