Skip to content

Commit 89840d8

Browse files
committed
Don't include metadata
1 parent 7c52cfc commit 89840d8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Database/Database.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ class Database
354354
*
355355
* @var array<string, bool>
356356
*/
357-
protected array $globalCollections = [
358-
self::METADATA => true
359-
];
357+
protected array $globalCollections = [];
360358

361359
/**
362360
* Stack of collection IDs when creating or updating related documents
@@ -1034,8 +1032,6 @@ public function setGlobalCollections(array $collections): static
10341032
$this->globalCollections[$collection] = true;
10351033
}
10361034

1037-
$this->globalCollections[self::METADATA] = true;
1038-
10391035
return $this;
10401036
}
10411037

0 commit comments

Comments
 (0)