Skip to content

Commit 4779fd6

Browse files
updated
1 parent 7064f31 commit 4779fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Migration/Resources/Database/VectorsDB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function fromArray(array $array): self
3232
updatedAt: $array['updatedAt'] ?? '',
3333
enabled: $array['enabled'] ?? true,
3434
originalId: $array['originalId'] ?? '',
35-
type: $array['type'] ?? Resource::TYPE_DATABASE_VECTORDB,
35+
type: $array['type'] ?? Resource::TYPE_DATABASE_VECTORSDB,
3636
database: $array['database']
3737
);
3838
}

0 commit comments

Comments
 (0)