From 67e7a96323e7f8247e34ded650d64789f05e884a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 16 Jun 2022 18:13:27 +0800 Subject: [PATCH] modify plugin name --- Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server.php b/Server.php index 9c2e884..d081bc1 100644 --- a/Server.php +++ b/Server.php @@ -113,7 +113,7 @@ class Server extends HttpService $rpcService = Config::get('rpc', []); if (!empty($rpcService)) { /** @var \Kiri\Server\Config $create */ - $create = $this->container->create(\Kiri\Server\Config::class, null, $rpcService); + $create = $this->container->create(\Kiri\Server\Config::class, [], $rpcService); $this->manager->addListener($create); }