From f666bc34f6dfcc1b308a885003753507750faedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 25 Apr 2021 12:28:57 +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 bc957eaa..27241050 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -306,6 +306,7 @@ class Snowflake */ public static function configure($object, $config): mixed { + var_dump($config); foreach ($config as $key => $value) { if (!property_exists($object, $key)) { continue;