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'; }