Skip to content

Commit

Permalink
Do not use deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed Aug 20, 2024
1 parent 6067749 commit 852eed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected function resolve(string $type, array $bundles, int $offset, int $limit
$cacheContext
);

return new EntityListResponse($query);
return $this->entityListResponse($query);
}

}

0 comments on commit 852eed0

Please sign in to comment.