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; }