modify plugin name

This commit is contained in:
2022-06-20 18:20:51 +08:00
parent eca09d0c1d
commit af5027cdd3
+1 -1
View File
@@ -82,7 +82,7 @@ class CoroutineServer implements ServerInterface
public function initCoreServers(array $service, int $daemon = 0): void public function initCoreServers(array $service, int $daemon = 0): void
{ {
// TODO: Implement initCoreServers() method. // TODO: Implement initCoreServers() method.
$this->servers = $this->genConfigService($service); $service = $this->genConfigService($service);
foreach ($service as $value) { foreach ($service as $value) {
$this->addListener($value); $this->addListener($value);
} }