@@ -28,7 +28,8 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | protected function getExpressionOperator(Specification\Filter\Expression $filter): string |
| 30 | 30 | { |
| 31 | - if ($filter instanceof Specification\Filter\Postgres\ILike) { |
|
| 31 | + if ($filter instanceof Specification\Filter\Postgres\ILike) |
|
| 32 | + { |
|
| 32 | 33 | return 'ILIKE'; |
| 33 | 34 | } |
| 34 | 35 | |