This commit is contained in:
2021-05-17 17:43:11 +08:00
parent c1b4e64dfb
commit ffb27f415a
+3 -1
View File
@@ -37,7 +37,9 @@ class Runtime extends Command
$runtime = storage(static::CACHE_NAME);
Snowflake::writeFile(storage(static::CONFIG_NAME), serialize(sweep()));
$configs = Snowflake::app()->getConfig()->getData();
Snowflake::writeFile(storage(static::CONFIG_NAME), serialize($configs));
Snowflake::writeFile($runtime, serialize($annotation->getLoader()));
}