modify plugin name

This commit is contained in:
2022-06-17 12:14:17 +08:00
parent 0535d6fd7f
commit 4927294b9e
+1 -13
View File
@@ -7,19 +7,7 @@ class Coordinator
const WORKER_START = 'worker:start';
private bool $waite = true;
private static array $_waite = [];
/**
* @return bool
*/
public function isWaite(): bool
{
return $this->waite;
}
private bool $waite = false;
/**