From 4927294b9e43e428805e6b62d2eb2efaa1f985de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 17 Jun 2022 12:14:17 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Coordinator.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/kiri-engine/Coordinator.php b/kiri-engine/Coordinator.php index 8080143a..51a42941 100644 --- a/kiri-engine/Coordinator.php +++ b/kiri-engine/Coordinator.php @@ -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; /**