From 7779448b5a2e4f49f359ba524c0374639b83bc6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 18 May 2021 11:18:02 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Runtime.php b/System/Runtime.php index 62014f29..5bd4e4dd 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -62,6 +62,7 @@ class Runtime extends Command $array[$key] = $datum; } } + var_dump($array); return $array; }