From 6143e7634019ab4db21b28149ba4ffedef3da08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Runtime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); }