From 75714dab64195603bf609252f20aff7c852d3904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 19 Aug 2021 15:42:47 +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/Error/LoggerProcess.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/System/Error/LoggerProcess.php b/System/Error/LoggerProcess.php index 78adb913..14e202e6 100644 --- a/System/Error/LoggerProcess.php +++ b/System/Error/LoggerProcess.php @@ -6,22 +6,22 @@ namespace Kiri\Error; use Exception; use JetBrains\PhpStorm\Pure; -use Server\SInterface\CustomProcess; use Kiri\Core\Json; use Kiri\Exception\ComponentException; use Kiri\Kiri; use Swoole\Coroutine; use Swoole\Process; - +use Server\Abstracts\CustomProcess; /** * Class LoggerProcess * @package Kiri\Error */ -class LoggerProcess implements CustomProcess +class LoggerProcess extends CustomProcess { /** + * @param Process $process * @return string */ #[Pure] public function getProcessName(Process $process): string