modify plugin name

This commit is contained in:
2022-06-16 18:17:17 +08:00
parent 67e7a96323
commit 2f32a96966
+1
View File
@@ -97,6 +97,7 @@ class AsyncServer
$this->server->set($this->systemConfig($config, $daemon));
$this->onEventListen($this->server, Config::get('server.events', []));
$this->onEventListen($this->server, $config->events);
$this->container->setBindings(ServerInterface::class, $this->server);
}