diff --git a/src/Enumerators/DeegraphNumericalComparator.php b/src/Enumerators/DeegraphNumericalComparator.php new file mode 100644 index 0000000..2ae6739 --- /dev/null +++ b/src/Enumerators/DeegraphNumericalComparator.php @@ -0,0 +1,11 @@ +"; + case LESS_THAN_OR_EQUAL_TO = "<="; + case MORE_THAN_OR_EQUAL_TO = ">="; +}