mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-09 14:27:58 +00:00
fix kevacoin-php api
This commit is contained in:
parent
fb9de3cf1b
commit
060170c2fa
@ -72,9 +72,9 @@ class ModuleController extends AbstractController
|
|||||||
// Get wallet namespaces (to enable post module there)
|
// Get wallet namespaces (to enable post module there)
|
||||||
$namespaces = [];
|
$namespaces = [];
|
||||||
|
|
||||||
foreach ((array) $client->kevaListNamespaces() as $key => $value)
|
foreach ((array) $client->kevaListNamespaces() as $value)
|
||||||
{
|
{
|
||||||
$namespaces[] = $key;
|
$namespaces[] = $value['namespaceId'];
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->render(
|
return $this->render(
|
||||||
|
Loading…
Reference in New Issue
Block a user