modify plugin name
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Server\Abstracts;
|
||||
|
||||
enum StatusEnum
|
||||
{
|
||||
case START;
|
||||
case STOP;
|
||||
case EXIT;
|
||||
case ERROR;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user