diff --git a/System/Snowflake.php b/System/Snowflake.php index 5d214b3c..28ed277d 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -388,6 +388,7 @@ class Snowflake */ public static function reload(): mixed { + return static::app()->getSwoole()->reload(); return Process::kill((int)Snowflake::getMasterPid()); }