modify plugin name

This commit is contained in:
2022-02-14 10:23:43 +08:00
parent c9a904f065
commit a70c66cc99
2 changed files with 2 additions and 5 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ class Sender implements WebSocketInterface
/**
* @var AliasServer|Server
* @var AliasServer|Server|null
*/
private AliasServer|Server $server;
private AliasServer|Server|null $server = null;