initial commit
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
8635c9625f
commit
47585fccd4
14
src/Enums/PanelType.php
Normal file
14
src/Enums/PanelType.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
enum PanelType
|
||||
{
|
||||
case Panel;
|
||||
case Custom;
|
||||
case Undefined;
|
||||
}
|
Loading…
Reference in New Issue
Block a user