mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Update Provider.php
This commit is contained in:
@@ -60,7 +60,7 @@ class Provider extends AbstractProvider implements ProviderInterface
|
|||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return json_decode($response->getBody()->getContents(), true)->data;
|
return json_decode($response->getBody()->getContents(), true)['data'];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user