Cerys
6 months ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
<?php |
|||
|
|||
namespace Darksparrow\DeegraphPHP\Enumerators; |
|||
|
|||
enum SchemaFieldExistence: string |
|||
{ |
|||
case MUST = "MUST"; |
|||
case SHOULD = "SHOULD"; |
|||
case MAY = "MAY"; |
|||
} |
Loading…
Reference in new issue