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; }