@@ -36,8 +36,8 @@ |
||
| 36 | 36 | public function apply() |
| 37 | 37 | { |
| 38 | 38 | $this->query |
| 39 | - ->eq('is_active', 1) |
|
| 40 | - ->beginOr() |
|
| 39 | + ->eq('is_active', 1) |
|
| 40 | + ->beginOr() |
|
| 41 | 41 | ->ilike('username', '%'.$this->value.'%') |
| 42 | 42 | ->ilike('name', '%'.$this->value.'%') |
| 43 | 43 | ->closeOr(); |