This commit is contained in:
2021-04-27 10:34:50 +08:00
parent cbd2fed3eb
commit 815642bc24
+3 -1
View File
@@ -5,7 +5,6 @@ namespace Snowflake\Error;
use Exception;
use HttpServer\Http\Context;
use JetBrains\PhpStorm\Pure;
use Snowflake\Core\Json;
use Snowflake\Exception\ComponentException;
@@ -22,6 +21,9 @@ class LoggerProcess extends Process
{
/**
* @param \Swoole\Process $process
*/
public function before(\Swoole\Process $process): void
{
// TODO: Implement before() method.