From 6290f6a4194b6c0f5ba7c0972fa1fbffa410a4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Thu, 29 Sep 2022 14:57:45 +0200 Subject: [PATCH] Update Wallets.php --- src/Accounts/Traits/BitinflowPaymentsWallet/Wallets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Accounts/Traits/BitinflowPaymentsWallet/Wallets.php b/src/Accounts/Traits/BitinflowPaymentsWallet/Wallets.php index d36da69..20b0315 100644 --- a/src/Accounts/Traits/BitinflowPaymentsWallet/Wallets.php +++ b/src/Accounts/Traits/BitinflowPaymentsWallet/Wallets.php @@ -16,7 +16,7 @@ class Wallets * * @return array|null */ - public function get(): ?array + public function all(): ?array { return $this->user->getPaymentsUser()->data->wallets; }