This commit is contained in:
2021-04-19 12:34:52 +08:00
parent c0d2ec2ed2
commit a8df0b9367
+2
View File
@@ -33,6 +33,8 @@ class Runtime extends Command
$runtime = storage('runtime.php');
var_dump($annotation->getLoader());
Snowflake::writeFile($runtime, serialize($annotation->getLoader()));
}