From 9720bf78f6c56202f97fdd6fefbbcc457c4280d3 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 5 Jan 2023 02:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=B1=87=E6=8A=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Support/Cluster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Support/Cluster.php b/app/Support/Cluster.php index 308ada7..3d27e6a 100644 --- a/app/Support/Cluster.php +++ b/app/Support/Cluster.php @@ -37,7 +37,7 @@ public static function publish($event, $data = []): void 'data' => $data, ])); - self::registerThisNode(); + self::registerThisNode(false); } /**