morphMany(Wallet::class, 'owner'); } public function paymentSetting() { return $this->hasOne(TenantPaymentSetting::class); } }