belongsTo(User::class)->withTrashed(); } public function referralCode(): BelongsTo { return $this->belongsTo(ReferralCode::class)->withTrashed(); } }