This commit is contained in:
2021-05-17 17:41:09 +08:00
parent 4327db27f8
commit b62896e354
2 changed files with 79 additions and 71 deletions
+2
View File
@@ -23,6 +23,7 @@ class Runtime extends Command
const CACHE_NAME = '.runtime.cache';
const CONFIG_NAME = '.config.cache';
/**
@@ -36,6 +37,7 @@ class Runtime extends Command
$runtime = storage(static::CACHE_NAME);
Snowflake::writeFile(storage(static::CONFIG_NAME), serialize(sweep()));
Snowflake::writeFile($runtime, serialize($annotation->getLoader()));
}