From be07712b6f7a5ed65535a963f41e408159bfe91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 2 Mar 2021 17:13:52 +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/Process/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Process/Process.php b/System/Process/Process.php index db44f618..a5a343b7 100644 --- a/System/Process/Process.php +++ b/System/Process/Process.php @@ -58,7 +58,7 @@ abstract class Process extends \Swoole\Process implements SProcess */ #[Pure] private function getPrefix(): string { - return Snowflake::app()->id . get_called_class(); + return Snowflake::app()->id . ' ' . get_called_class(); }