modify plugin name
This commit is contained in:
@@ -7,19 +7,7 @@ class Coordinator
|
|||||||
|
|
||||||
const WORKER_START = 'worker:start';
|
const WORKER_START = 'worker:start';
|
||||||
|
|
||||||
private bool $waite = true;
|
private bool $waite = false;
|
||||||
|
|
||||||
|
|
||||||
private static array $_waite = [];
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
public function isWaite(): bool
|
|
||||||
{
|
|
||||||
return $this->waite;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user