Skip to content

Commit

Permalink
Run Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Nov 15, 2024
1 parent c50eeb7 commit be5032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -3376,7 +3376,7 @@ public function createDocuments(string $collection, array $documents, int $batch
$documents[$key] = $this->decode($collection, $document);
}

$this->trigger(self::EVENT_DOCUMENTS_CREATE, new Document([
$this->trigger(self::EVENT_DOCUMENTS_CREATE, new Document([
'$collection' => $collection->getId(),
'modified' => array_map(fn ($document) => $document->getId(), $documents)
]));
Expand Down

0 comments on commit be5032a

Please sign in to comment.