Skip to content

Commit bcd993b

Browse files
authored
chore: update region tag for query_filter_compound_multi_ineq.php (#2038)
1 parent eeda8ff commit bcd993b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/src/query_filter_compound_multi_ineq.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ function query_filter_compound_multi_ineq(string $projectId): void
3737
$db = new FirestoreClient([
3838
'projectId' => $projectId,
3939
]);
40-
$collection = $db->collection('samples/php/cities');
4140

4241
# [START firestore_query_filter_compound_multi_ineq]
42+
$collection = $db->collection('samples/php/cities');
4343
$chainedQuery = $collection
4444
->where('population', '>', 1000000)
4545
->where('density', '<', 10000);

0 commit comments

Comments
 (0)