File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33namespace Ezweb \Workflow \Elements \Operators ;
44
5- class LessThan extends Operator
5+ class Less extends Operator
66{
77 public static function getName (): string
88 {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function getOperatorProviderConfig(): \Ezweb\Workflow\Providers\Operator
4646 $ operatorProvider ->register (\Ezweb \Workflow \Elements \Operators \Not::class);
4747 $ operatorProvider ->register (\Ezweb \Workflow \Elements \Operators \Greater::class);
4848 $ operatorProvider ->register (\Ezweb \Workflow \Elements \Operators \GreaterOrEqual::class);
49- $ operatorProvider ->register (\Ezweb \Workflow \Elements \Operators \LessThan ::class);
49+ $ operatorProvider ->register (\Ezweb \Workflow \Elements \Operators \Less ::class);
5050 $ operatorProvider ->register (\Ezweb \Workflow \Elements \Operators \LessOrEqual::class);
5151 $ this ->operatorProviderConfig = $ operatorProvider ;
5252
You can’t perform that action at this time.
0 commit comments