modify plugin name

This commit is contained in:
2022-06-22 17:41:32 +08:00
parent 4a6aa23e17
commit b02213393f
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -184,8 +184,7 @@ class Server extends HttpService
$reload = Config::get('reload.hot', false);
if ($reload !== false) {
$this->provider->on(OnWorkerStart::class, [$this, 'LoadRoutingList']);
$this->process[] = Scaner::class;
$this->processManager->add(Scaner::class);
} else {
$this->LoadRoutingList();
}