Skip to content

Commit eb28398

Browse files
committed
dbg
1 parent 3c28b5c commit eb28398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6808,7 +6808,7 @@ private function processRelationshipQueries(
68086808
}
68096809

68106810
$nesting = \explode('.', $value);
6811-
$selectedKey = \array_shift($nesting); // Removes and return first item
6811+
$selectedKey = \array_shift($nesting); // Remove and return first item
68126812

68136813
$relationship = \array_values(\array_filter(
68146814
$relationships,

0 commit comments

Comments
 (0)