belongsTo(WithdrawPaymentMethod::class, 'method_id', 'id'); } public function vendor() { return $this->belongsTo(Vendor::class, 'vendor_id', 'id'); } }