From 30e561ff0dd984ea18c24ba22a620b6fb918c66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 1 Mar 2021 16:20:49 +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 --- HttpServer/Events/OnStart.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HttpServer/Events/OnStart.php b/HttpServer/Events/OnStart.php index 36a40232..daf01bed 100644 --- a/HttpServer/Events/OnStart.php +++ b/HttpServer/Events/OnStart.php @@ -11,6 +11,10 @@ use Snowflake\Event; use Snowflake\Snowflake; use Swoole\Server; +/** + * Class OnStart + * @package HttpServer\Events + */ class OnStart extends Callback {