modify plugin name

This commit is contained in:
2022-06-17 11:59:19 +08:00
parent 0a70a95b63
commit 92b5b248a3
7 changed files with 257 additions and 29 deletions
+3
View File
@@ -25,4 +25,7 @@ interface QueueInterface
public function isFull(): bool;
public function isClose(): bool;
}