This commit is contained in:
2021-04-19 14:39:04 +08:00
parent 0b5ae62803
commit 1bcb21ad9a
-2
View File
@@ -33,8 +33,6 @@ class Runtime extends Command
$runtime = storage('runtime.php');
var_dump($annotation->getLoader()->getDirectory());
Snowflake::writeFile($runtime, serialize($annotation->getLoader()));
}