From b435eb4e82464dc56591f7dcd795b112349ff26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 3 Nov 2021 17:43:34 +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 --- Abstracts/BaseProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Abstracts/BaseProcess.php b/Abstracts/BaseProcess.php index 123dde2..267f66d 100644 --- a/Abstracts/BaseProcess.php +++ b/Abstracts/BaseProcess.php @@ -26,7 +26,7 @@ abstract class BaseProcess implements OnProcessInterface protected bool $enable_coroutine = true; - protected string $name = 'swoole process.'; + public string $name = 'swoole process.'; /**