modify plugin name

This commit is contained in:
2022-02-14 10:45:39 +08:00
parent 567ceb69c0
commit 2507c30b27
3 changed files with 94 additions and 75 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class Server extends HttpService
$this->getEventDispatch()->dispatch(new OnServerBeforeStart());
return $this->manager->getServer()->start();
return $this->manager->start();
}