Skip to content

Commit 05619f5

Browse files
committed
remove unused variable $raw on getColumnSearchKeyword call
1 parent 29ba68c commit 05619f5

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
@@ -309,7 +309,7 @@ public function columnSearch()
309309
}
310310

311311
if ($this->hasFilterColumn($column)) {
312-
$keyword = $this->getColumnSearchKeyword($index, $raw = true);
312+
$keyword = $this->getColumnSearchKeyword($index, true);
313313
$this->applyFilterColumn($this->getBaseQueryBuilder(), $column, $keyword);
314314
} else {
315315
$column = $this->resolveRelationColumn($column);

0 commit comments

Comments
 (0)