Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
xtxt22 committed Jul 1, 2024
1 parent 77089e1 commit b79d7f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Repositories/QueryFiltersRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ public function listAll(

$collection = $this->filterData($collection, $transformer);
$collection = $this->sortData($collection, $transformer);
$cachedData = app(CachingService::class)->cacheData($collection);

return $cachedData;
return $collection;
}

/**
Expand Down

0 comments on commit b79d7f4

Please sign in to comment.