Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-14 14:41:57 +08:00
parent 711a819ebb
commit 7b576476a2
-3
View File
@@ -277,9 +277,6 @@ class ServerManager extends Component
$this->server->set(array_merge(Config::get('server.settings', []), $settings['settings']));
$this->container->setBindings(SwooleServerInterface::class, $this->server);
if ($match == WServer::class) {
$this->container->setBindings(WebSocketInterface::class, $this->server);
}
$id = Config::get('id', 'system-service');