diff --git a/src/Manticore.php b/src/Manticore.php index b994b23..883eb77 100644 --- a/src/Manticore.php +++ b/src/Manticore.php @@ -251,6 +251,12 @@ class Manticore 'key' => $key, 'value' => $value, + + 'type' => + [ + 'key' => $record->get('type_key'), + 'value' => $record->get('type_value') + ] ]; }