From 7fe333299b0ef6c82f434ad9e5628c258bd47c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 25 Apr 2021 12:28:29 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/System/Snowflake.php b/System/Snowflake.php index af377ba6..bc957eaa 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -307,9 +307,6 @@ class Snowflake public static function configure($object, $config): mixed { foreach ($config as $key => $value) { - if (is_numeric($key)) { - continue; - } if (!property_exists($object, $key)) { continue; }