mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update src/Appwrite/Utopia/Request/Filters/V20.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
75a1e5ca4a
commit
61e0e74b56
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class V20 extends Filter
|
|||
$visited
|
||||
);
|
||||
|
||||
\array_push($relationshipKeys, ...$nestedKeys);
|
||||
$relationshipKeys = \array_merge($relationshipKeys, $nestedKeys);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue