This commit is contained in:
2021-02-22 20:26:13 +08:00
parent cae0230dd0
commit e3496efe5d
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -203,6 +203,9 @@ class Snowflake
public static function configure($object, $config): mixed
{
foreach ($config as $key => $value) {
if (is_integer($key)) {
var_dump($value);
}
if (!property_exists($object, $key)) {
continue;
}