改名
This commit is contained in:
@@ -204,7 +204,7 @@ class Snowflake
|
||||
{
|
||||
foreach ($config as $key => $value) {
|
||||
if (is_integer($key)) {
|
||||
var_dump($value);
|
||||
var_dump($object, $value);
|
||||
}
|
||||
if (!property_exists($object, $key)) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user