This commit is contained in:
2021-04-19 12:36:29 +08:00
parent 9e39be1f99
commit 6143e76340
+1 -1
View File
@@ -33,7 +33,7 @@ class Runtime extends Command
$runtime = storage('runtime.php');
var_dump($annotation->getLoader());
var_dump($annotation->getLoader()->getDirectory());
Snowflake::writeFile($runtime, serialize($annotation->getLoader()));
}