Completed
Push — master ( d36753...bfa7ec )
by Arjay
01:49
created
src/Engines/QueryBuilderEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
             collect($this->request->searchableColumnIndex())->map(function ($index) {
77 77
                 return $this->getColumnName($index);
78
-            })->reject(function($column) {
78
+            })->reject(function ($column) {
79 79
                 return $this->isBlacklisted($column) && !$this->hasCustomFilter($column);
80 80
             })->each(function ($column) use ($keyword, $query) {
81 81
                 if ($this->hasCustomFilter($column)) {
Please login to merge, or discard this patch.