We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c52cfc commit 89840d8Copy full SHA for 89840d8
1 file changed
src/Database/Database.php
@@ -354,9 +354,7 @@ class Database
354
*
355
* @var array<string, bool>
356
*/
357
- protected array $globalCollections = [
358
- self::METADATA => true
359
- ];
+ protected array $globalCollections = [];
360
361
/**
362
* Stack of collection IDs when creating or updating related documents
@@ -1034,8 +1032,6 @@ public function setGlobalCollections(array $collections): static
1034
1032
$this->globalCollections[$collection] = true;
1035
1033
}
1036
1037
- $this->globalCollections[self::METADATA] = true;
1038
-
1039
return $this;
1040
1041
0 commit comments