belongsTo(LuckyWheelPrize::class,'prize_id'); } public function voucher(){ return $this->belongsTo(Voucher::class,'voucher_id'); } }