diff --git a/src/Tags/Concerns/GetsQueryResults.php b/src/Tags/Concerns/GetsQueryResults.php index 766b8b2290..73fd6b5fa7 100644 --- a/src/Tags/Concerns/GetsQueryResults.php +++ b/src/Tags/Concerns/GetsQueryResults.php @@ -76,7 +76,7 @@ protected function queryPaginationFriendlyOffset($query, $offset) $offsetIds = (clone $query) ->limit($offset) ->get('id') - ->map->id() + ->map->id ->all(); $query->whereNotin('id', $offsetIds);