diff --git a/System/Runtime.php b/System/Runtime.php index e1eeb4e4..85e4362c 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -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())); }