update v 1.0.7.5
This commit is contained in:
@@ -149,7 +149,7 @@ class CollectionEngine extends BaseEngine {
|
||||
$this->doInternalSearch($columns, $searchColumns);
|
||||
$this->doInternalOrder();
|
||||
|
||||
return $this->workingCollection->slice($this->skip,$this->limit);
|
||||
return $this->workingCollection->slice($this->skip,$this->limit)->values();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user