hasOne(MerchantUser::class,'id','merchant_user_id'); } public function reward(){ return $this->hasOne(Reward::class,'id','reward_id'); } }