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(); }