modify plugin name

This commit is contained in:
2022-07-11 16:09:57 +08:00
parent 9a0294eaa2
commit 4ebd409853
3 changed files with 56 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace Kiri\Server\Abstracts;
enum StatusEnum
{
case START;
case STOP;
case EXIT;
case ERROR;
}