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);