改名
This commit is contained in:
+3
-1
@@ -37,7 +37,9 @@ class Runtime extends Command
|
|||||||
|
|
||||||
$runtime = storage(static::CACHE_NAME);
|
$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()));
|
Snowflake::writeFile($runtime, serialize($annotation->getLoader()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user