Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-relationships' into feat-re…
Browse files Browse the repository at this point in the history
…lationships
  • Loading branch information
fogelito committed Apr 5, 2023
2 parents ce2ee8e + e5dd71a commit c84d5fb
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 @@ -2315,7 +2315,7 @@ private function getDocumentRelationships(Document $collection, Document $docume
foreach ($junctions as $junction) {
$related[] = $this->getDocument(
$relatedCollection->getId(),
$junction->getAttribute($key),
$junction->getAttribute($this->adapter->filter($key)),
$queries
);
}
Expand Down

0 comments on commit c84d5fb

Please sign in to comment.