From 3161f0a5716957cdaf0b470d6d2bfebcf915145f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 18 May 2021 14:15:50 +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/Runtime.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Runtime.php b/System/Runtime.php index e04ce549..e38dcdb9 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -40,6 +40,8 @@ class Runtime extends Command Snowflake::writeFile($config, $this->configEach()); Snowflake::writeFile($runtime, serialize($annotation->getLoader())); + + return 'ok'; }