This commit is contained in:
2023-04-16 02:48:14 +08:00
parent 03ee9b4275
commit 382c94f44d
+1 -1
View File
@@ -133,7 +133,7 @@ class AsyncServer implements ServerInterface
$this->onEventListen($this->server, Config::get('server.events', []));
$this->onEventListen($this->server, $config->events);
$this->container->set(ServerInterface::class, $this->server);
// $this->container->set(ServerInterface::class, $this->server);
}