mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正
This commit is contained in:
@@ -842,7 +842,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
|||||||
$item[$key] = $value ? $value->$attr : null;
|
$item[$key] = $value ? $value->$attr : null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$item[$name] = $value;
|
$item[$name] = $value;
|
||||||
|
|||||||
Reference in New Issue
Block a user