From fe22af9d38048ea75f1b8ccb8bcb80842aaea237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Sep 2020 20:13:27 +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 a2a1f427..87ff9522 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -345,6 +345,7 @@ class Snowflake public static function autoload($className) { if (!isset(static::$_autoload[$className])) { + var_dump($className); return; } $file = static::$_autoload[$className];