diff --git a/src/Ushahidi/Modules/V5/Actions/Collection/Handlers/FetchCollectionQueryHandler.php b/src/Ushahidi/Modules/V5/Actions/Collection/Handlers/FetchCollectionQueryHandler.php index 2e4a874d93..5c531296a1 100644 --- a/src/Ushahidi/Modules/V5/Actions/Collection/Handlers/FetchCollectionQueryHandler.php +++ b/src/Ushahidi/Modules/V5/Actions/Collection/Handlers/FetchCollectionQueryHandler.php @@ -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;