From 7b27767e5f715dbc446b003bcd0adae4ca6c55b0 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 23 Feb 2021 00:34:24 +0800 Subject: [PATCH] modify --- System/Snowflake.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/System/Snowflake.php b/System/Snowflake.php index d641fdb3..db5964b2 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -203,9 +203,6 @@ class Snowflake public static function configure($object, $config): mixed { foreach ($config as $key => $value) { - if (is_integer($key)) { - var_dump($object, $value); - } if (!property_exists($object, $key)) { continue; }