Group filter constraints in tabs

This commit is contained in:
Jan Böhmer 2022-08-20 01:26:21 +02:00
parent fc1bf5d037
commit b1e6a583b8
2 changed files with 30 additions and 2 deletions

View file

@ -76,7 +76,7 @@ class NumberConstraint extends AbstractConstraint
}
public function __construct(string $property, string $identifier = null, $value1 = null, $operator = '>', $value2 = null)
public function __construct(string $property, string $identifier = null, $value1 = null, $operator = null, $value2 = null)
{
parent::__construct($property, $identifier);
$this->value1 = $value1;