Skip to content

Commit

Permalink
Update src/lib/QueryType/LocationPathQueryType.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mikolaj Adamczyk <[email protected]>
  • Loading branch information
ViniTou and mikadamczyk authored Mar 4, 2024
1 parent 9f2a61d commit 17f6e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/QueryType/LocationPathQueryType.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function doGetQuery(array $parameters): Query

return new LocationQuery([
'filter' => $filter,
'sortClauses' => [new Depth()]
'sortClauses' => [new Depth()],
]);
}

Expand Down

0 comments on commit 17f6e1b

Please sign in to comment.