cerys
5 months ago
1 changed files with 0 additions and 12 deletions
@ -1,12 +0,0 @@ |
|||
<?php |
|||
|
|||
namespace Darksparrow\DeegraphInteractions\Enumerators; |
|||
|
|||
enum DeegraphNumericalComparitor: string |
|||
{ |
|||
case LESS_THAN = "<"; |
|||
case MORE_THAN = ">"; |
|||
case LESS_THAN_OR_EQUAL_TO = "<="; |
|||
case MORE_THAN_OR_EQUAL_TO = ">="; |
|||
} |
|||
|
Loading…
Reference in new issue