mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Update Wallets.php
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user