From d5ffc81a22a8c88c2422bccd3d75f0ae849c5ef1 Mon Sep 17 00:00:00 2001 From: Aurimas Pelanis Date: Mon, 7 Aug 2023 16:37:32 +0300 Subject: [PATCH] small style fix --- src/Paysera/WalletApi/Client/TokenRelatedWalletClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Paysera/WalletApi/Client/TokenRelatedWalletClient.php b/src/Paysera/WalletApi/Client/TokenRelatedWalletClient.php index 734f8e3..8a70a9a 100644 --- a/src/Paysera/WalletApi/Client/TokenRelatedWalletClient.php +++ b/src/Paysera/WalletApi/Client/TokenRelatedWalletClient.php @@ -120,7 +120,6 @@ public function getUserConfirmedPhoneNumbers($userId = 'me') return parent::getUserConfirmedPhoneNumbers($userId); } - public function getUserAddress($userId = 'me') { return parent::getUserAddress($userId);