mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-09 06:17:59 +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)
|
||||
$namespaces = [];
|
||||
|
||||
foreach ((array) $client->kevaListNamespaces() as $key => $value)
|
||||
foreach ((array) $client->kevaListNamespaces() as $value)
|
||||
{
|
||||
$namespaces[] = $key;
|
||||
$namespaces[] = $value['namespaceId'];
|
||||
}
|
||||
|
||||
return $this->render(
|
||||
|
Loading…
Reference in New Issue
Block a user