modify plugin name

This commit is contained in:
2022-06-20 17:25:01 +08:00
parent 06db2fee3a
commit 005b33c9d6
6 changed files with 237 additions and 9 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Log\LoggerInterface;
use ReflectionException;
use Swoole\Coroutine;
use Swoole\Server;
use Kiri\Server\ServerInterface;
use Kiri\Server\Constant;
@@ -21,7 +22,7 @@ use Kiri\Server\Events\OnServerBeforeStart;
/**
*
*/
class AsyncServer
class AsyncServer implements ServerInterface
{
use TraitServer;