Completed
Push — master ( bfa8d8...3a0338 )
by Arjay
02:05
created
src/Engines/QueryBuilderEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -555,7 +555,7 @@
 block discarded – undo
555 555
             $column = $this->getColumnName($index);
556 556
 
557 557
             if ($this->hasCustomFilter($column)) {
558
-                $keyword  = $this->getColumnSearchKeyword($index, $raw = true);
558
+                $keyword = $this->getColumnSearchKeyword($index, $raw = true);
559 559
                 $this->applyFilterColumn($this->query, $column, $keyword);
560 560
             } else {
561 561
                 if (count(explode('.', $column)) > 1) {
Please login to merge, or discard this patch.