@@ -197,7 +197,7 @@ |
||
197 | 197 | /** |
198 | 198 | * Add relation query on global search. |
199 | 199 | * |
200 | - * @param mixed $query |
|
200 | + * @param Builder $query |
|
201 | 201 | * @param string $relation |
202 | 202 | * @param string $column |
203 | 203 | * @param string $keyword |
@@ -555,7 +555,7 @@ |
||
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) { |