updated realtime, create endpoint , resources, registers

This commit is contained in:
ArnabChatterjee20k
2025-11-06 17:48:39 +05:30
parent d2275c05fb
commit bd6f62dd68
14 changed files with 291 additions and 97 deletions
+3 -1
View File
@@ -684,8 +684,10 @@ class Event
];
break;
case 'documentsdb':
case 'vectordb':
// sending the type itself(eg: documentsdb, vectordb)
$eventMap = [
'databases' => 'documentsdb'
'databases' => $database->getAttribute('type')
];
break;
}