This commit is contained in:
2021-02-22 20:26:34 +08:00
parent e3496efe5d
commit 180d8d1f48
+1 -1
View File
@@ -204,7 +204,7 @@ class Snowflake
{ {
foreach ($config as $key => $value) { foreach ($config as $key => $value) {
if (is_integer($key)) { if (is_integer($key)) {
var_dump($value); var_dump($object, $value);
} }
if (!property_exists($object, $key)) { if (!property_exists($object, $key)) {
continue; continue;