Skip to content

Commit a9e4f07

Browse files
changed getSupportForAttributes to false in mongodb for documentsdb schemaless support
1 parent 531024c commit a9e4f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Adapter/Mongo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2585,7 +2585,7 @@ public function setUTCDatetime(string $value): mixed
25852585
*/
25862586
public function getSupportForAttributes(): bool
25872587
{
2588-
return true;
2588+
return false;
25892589
}
25902590

25912591
/**

0 commit comments

Comments
 (0)