Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisdom Ebong committed Oct 17, 2023
1 parent 88f2d1c commit 365b05a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public function __invoke($query) //: LengthAwarePaginator

$this->collection_repository->setSearchParams($search);

// TODO: We shouldn't let the repository return a Laravel paginator instance, this should be created in the controller
// TODO: We shouldn't let the repository return a Laravel paginator instance,
// this should be created in the controller
$result = $this->collection_repository->fetch();

return $result;
Expand Down

0 comments on commit 365b05a

Please sign in to comment.