Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-17 19:04:26 +08:00
parent 224b52db49
commit 1419e96c89
2 changed files with 8 additions and 14 deletions
-12
View File
@@ -61,9 +61,6 @@ class ServerManager extends Component
private Server|null $server = null;
protected array $initProcesses = [];
const DEFAULT_EVENT = [
Constant::WORKER_START => [OnServerWorker::class, 'onWorkerStart'],
Constant::WORKER_EXIT => [OnServerWorker::class, 'onWorkerExit'],
@@ -160,15 +157,6 @@ class ServerManager extends Component
}
/**
* @return array<string,Process>
*/
public function getProcesses(): array
{
return $this->initProcesses;
}
/**
* @return array
*/