modify plugin name
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user