This commit is contained in:
2021-04-25 12:28:29 +08:00
parent 40d389d13c
commit 7fe333299b
-3
View File
@@ -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;
}