Skip to content

Commit 6e43204

Browse files
committed
indent !
1 parent 747da19 commit 6e43204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ protected function filterRecords(): void
228228
// If no modification between the original query and the filtered one has been made
229229
// the filteredRecords equals the totalRecords
230230
if ($this->query == $initialQuery) {
231-
$this->filteredRecords ??= $this->totalRecords;
231+
$this->filteredRecords ??= $this->totalRecords;
232232
} else {
233233
$this->filteredCount();
234234
}

0 commit comments

Comments
 (0)