Skip to content

Commit

Permalink
Fixed position of request parameter in ContentTreeController::loadChi…
Browse files Browse the repository at this point in the history
…ldrenAction
  • Loading branch information
ciastektk committed Aug 12, 2024
1 parent 560a050 commit 1bdbdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Controller/Content/ContentTreeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ public function __construct(
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException
*/
public function loadChildrenAction(
Request $request,
int $parentLocationId,
int $limit,
int $offset,
Query\Criterion $filter,
Request $request
Query\Criterion $filter
): Node {
$location = $this->locationService->loadLocation($parentLocationId);
$loadSubtreeRequestNode = new LoadSubtreeRequestNode($parentLocationId, $limit, $offset);
Expand Down

0 comments on commit 1bdbdcf

Please sign in to comment.