diff --git a/System/Runtime.php b/System/Runtime.php index dd304169..e1eeb4e4 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -33,6 +33,8 @@ class Runtime extends Command $runtime = storage('runtime.php'); + var_dump($annotation->getLoader()); + Snowflake::writeFile($runtime, serialize($annotation->getLoader())); }