refactoring of filters
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Lucent\Query\Operator;
|
||||
|
||||
class NotInNum extends Operator
|
||||
{
|
||||
public string $name = "ninnum";
|
||||
public string $label = "Not in number list";
|
||||
public string $symbol = "not in";
|
||||
public array $uis = ["number"];
|
||||
public bool $hasValue = true;
|
||||
public string $converter = \Lucent\Query\BuilderConverter\InNum::class;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user