From 1400e1a1fc9fe7879d0d4c1893f3b4b4489f19aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 31 Dec 2020 15:27:27 +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 +- System/Process/SProcess.php | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 System/Process/SProcess.php diff --git a/System/Process/Process.php b/System/Process/Process.php index 77d638b1..024968a0 100644 --- a/System/Process/Process.php +++ b/System/Process/Process.php @@ -13,7 +13,7 @@ use Snowflake\Snowflake; * Class Process * @package Snowflake\Snowflake\Service */ -abstract class Process extends \Swoole\Process +abstract class Process extends \Swoole\Process implements SProcess { /** @var Application $application */ diff --git a/System/Process/SProcess.php b/System/Process/SProcess.php new file mode 100644 index 00000000..e7a11f6d --- /dev/null +++ b/System/Process/SProcess.php @@ -0,0 +1,13 @@ +