mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
form dependency
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Combodo\iTop\Controller\Form\Dependency;
|
||||
|
||||
enum MutableStatusEnumeration
|
||||
{
|
||||
case MUTATION;
|
||||
case ALTERATION;
|
||||
case SUPPRESSION;
|
||||
}
|
||||
Reference in New Issue
Block a user