modify plugin name

This commit is contained in:
2022-06-17 12:39:44 +08:00
parent 2f5b55ea1f
commit 03fe548c4e
-1
View File
@@ -130,7 +130,6 @@ class Server extends HttpService
$this->onHotReload();
$this->processManager->batch($this->process, $this->manager->getServer());
$this->processManager->batch(Config::get('processes', []), $this->manager->getServer());
$this->dispatch->dispatch(new OnServerBeforeStart());
$this->manager->start();
}