This commit is contained in:
parent
c626e36bbb
commit
899817a853
@ -90,7 +90,6 @@ class PlaceRepository
|
||||
$randomOffset = $pickRandomInt($numberOfPlacesLeft);
|
||||
}
|
||||
|
||||
// $select_unvisited->orderBy('last_time');
|
||||
$select->where('id', 'NOT IN', $exclude);
|
||||
$select->limit(1, $randomOffset);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user