From e8b7e8f19688b102493139894fcc247b871409f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 2 Mar 2021 15:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Snowflake.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Snowflake.php b/System/Snowflake.php index 73bb21e9..24074e34 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -376,6 +376,7 @@ class Snowflake */ public static function reload(): mixed { + return Snowflake::app()->getSwoole()->reload(); return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1); }