From 5e549a54a294a37c7ddcb5f4a91c36a3c5ec30f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Sep 2020 20:19:33 +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/Snowflake.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Snowflake.php b/System/Snowflake.php index e35947f2..d7aa49ce 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -349,6 +349,7 @@ class Snowflake public static function autoload($className) { if (!isset(static::$_autoload[$className])) { + var_dump($className); return; } $file = static::$_autoload[$className];