belongsTo(Venta::class, 'venta_id')->findOne(); } public function tipo() { return $this->belongsTo(TipoPremio::class, 'tipo_id')->findOne(); } }