From ea4986b19d8ea84863bd540b87ab75f1d811830f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 22 Feb 2021 19:17:25 +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 db5964b2..c19d6b93 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -90,6 +90,7 @@ class Snowflake */ public static function createObject($className, $construct = []): mixed { + var_dump($className); if (is_object($className)) { return $className; }