Update Wallets.php

This commit is contained in:
2022-09-29 14:57:45 +02:00
committed by GitHub
parent ac734a04c4
commit 6290f6a419

View File

@@ -16,7 +16,7 @@ class Wallets
* *
* @return array|null * @return array|null
*/ */
public function get(): ?array public function all(): ?array
{ {
return $this->user->getPaymentsUser()->data->wallets; return $this->user->getPaymentsUser()->data->wallets;
} }