From a8df0b93678aee03d81ff7eaa81346dd60858442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:34:52 +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, 2 insertions(+) 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())); }