We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7064f31 commit 4779fd6Copy full SHA for 4779fd6
1 file changed
src/Migration/Resources/Database/VectorsDB.php
@@ -32,7 +32,7 @@ public static function fromArray(array $array): self
32
updatedAt: $array['updatedAt'] ?? '',
33
enabled: $array['enabled'] ?? true,
34
originalId: $array['originalId'] ?? '',
35
- type: $array['type'] ?? Resource::TYPE_DATABASE_VECTORDB,
+ type: $array['type'] ?? Resource::TYPE_DATABASE_VECTORSDB,
36
database: $array['database']
37
);
38
}
0 commit comments