From 8ead149dc22c4f99a20f5cd118076ef9f7a62612 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 23 Mar 2021 01:17:40 +0800 Subject: [PATCH] modify --- System/Event.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/System/Event.php b/System/Event.php index acf335ef..d9e39ade 100644 --- a/System/Event.php +++ b/System/Event.php @@ -41,6 +41,9 @@ class Event extends BaseObject const SERVER_AFTER_RELOAD = 'SERVER:AFTER:RELOAD'; const SERVER_BEFORE_RELOAD = 'SERVER:BEFORE:RELOAD'; + const SERVER_CONNECT = 'SERVER:CONNECT'; + const SERVER_PACKAGE = 'SERVER:PACKAGE'; + const SERVER_RECEIVE = 'SERVER:RECEIVE'; const SERVER_EVENT_START = 'SERVER:EVENT:START'; const SERVER_MANAGER_START = 'SERVER:EVENT:MANAGER:START';