belongs_to(Postventa::class, 'postventa_id')->findOne(); } public function tipo() { return $this->belongs_to(TipoEstadoPostventa::class, 'tipo_estado_postventa_id')->findOne(); } } ?>