From d1a5a85d31e207bb987ba4cd1051ece4ead11bb6 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Wed, 7 Apr 2021 23:58:58 +0800 Subject: [PATCH] modify --- System/Process/ServerInotify.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 697b1a36..97c72113 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -232,6 +232,8 @@ class ServerInotify extends Process */ public function trigger_reload() { + exec(PHP_BINARY . ' snowflake runtime:builder'); + Snowflake::reload(); }