@@ -46,9 +46,9 @@ |
||
| 46 | 46 | * List of available operators for "->where()" method |
| 47 | 47 | */ |
| 48 | 48 | public const AVAILABLE_OPERATORS = [ |
| 49 | - '-', // Does not have |
|
| 50 | - '=', // Equal |
|
| 51 | - '>', // More than |
|
| 49 | + '-', // Does not have |
|
| 50 | + '=', // Equal |
|
| 51 | + '>', // More than |
|
| 52 | 52 | '<' // Less than |
| 53 | 53 | ]; |
| 54 | 54 | |