modify plugin name

This commit is contained in:
2022-06-23 10:44:06 +08:00
parent 9d9fdba690
commit 43bb7c97d6
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ class Server extends HttpService
$reload = Config::get('reload.hot', false);
if ($reload !== false) {
$this->provider->on(OnWorkerStart::class, [$this, 'LoadRoutingList']);
$this->processManager->add(Scaner::class);
$this->manager->addProcess(Scaner::class);
} else {
$this->LoadRoutingList();
}