From 611610a008de5e145829d6cfc994feeff8d77664 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 28 Feb 2021 00:03:33 +0800 Subject: [PATCH] modify --- 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 0a744bb9..84ca5a87 100644 --- a/System/Process/Process.php +++ b/System/Process/Process.php @@ -39,7 +39,7 @@ abstract class Process extends \Swoole\Process implements SProcess * @param Process $process * @throws \Snowflake\Exception\ComponentException */ - private function _load(Process $process) + public function _load(Process $process) { putenv('environmental=' . Snowflake::PROCESS);