改名
This commit is contained in:
@@ -74,6 +74,15 @@ class Server extends Application
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function getProcesses(): array
|
||||
{
|
||||
return $this->process ?? [];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param array $configs
|
||||
* @return Packet|Websocket|Receive|Http|null
|
||||
|
||||
Reference in New Issue
Block a user