mirror of
https://github.com/kvazar-network/index-php.git
synced 2025-01-22 12:54:15 +00:00
return key/value data types
This commit is contained in:
parent
d2f116e929
commit
8c58e4e97c
@ -251,6 +251,12 @@ class Manticore
|
|||||||
|
|
||||||
'key' => $key,
|
'key' => $key,
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
|
|
||||||
|
'type' =>
|
||||||
|
[
|
||||||
|
'key' => $record->get('type_key'),
|
||||||
|
'value' => $record->get('type_value')
|
||||||
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user