@@ -213,7 +213,7 @@ |
||
213 | 213 | $callback = $this->columnDef['filter'][$columnName]['method']; |
214 | 214 | |
215 | 215 | if ($this->query instanceof EloquentBuilder) { |
216 | - $builder = $this->query->newModelInstance()->newQuery(); |
|
216 | + $builder = $this->query->newModelInstance()->newQuery(); |
|
217 | 217 | } else { |
218 | 218 | $builder = $this->query->newQuery(); |
219 | 219 | } |