From 399dcb124043deac768f43effe28662d51c12a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 14:40:20 +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/ServerInotify.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 0b5e57c9..6ac1fca0 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -226,6 +226,9 @@ class ServerInotify extends Process */ public function trigger_reload() { + logger()->debug('server reload.'); + + exec(PHP_BINARY . ' snowflake runtime:builder'); Snowflake::reload();