This commit is contained in:
2021-08-18 13:42:59 +08:00
parent 02357b0650
commit be67fdf155
-15
View File
@@ -42,21 +42,6 @@ class ServerManager
private mixed $server = null;
private static ?ServerManager $BASEServerListener = null;
/**
* @return static
*/
public static function getContext(): static
{
if (!(static::$BASEServerListener)) {
static::$BASEServerListener = new ServerManager();
}
return static::$BASEServerListener;
}
/**
* @return Server|WServer|HServer|null
*/