Skip to content

Commit 24ff35b

Browse files
author
Pantea Marius-ciclistu
committed
Improvement
1 parent c14718e commit 24ff35b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Models/BaseModel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ public function retrieveFirstSeqIndexedColumns(): array
268268

269269
if (($result ??= []) === [] && $this->indexRequiredOnFiltering) {
270270
$this->indexRequiredOnFiltering = false;
271-
272-
return [];
273271
}
274272

275273
return $result;

0 commit comments

Comments
 (0)