提交 14677a28 编写于 作者: weixin_47267244's avatar weixin_47267244

修复 Redis 默认不为驼峰的问题

上级 617643c8
......@@ -189,7 +189,7 @@ class Meta
$this->dbFields = $dbFields;
$this->fields = $fields;
$this->fieldNames = $fieldNames = array_keys($fields);
$this->camel = $camel = $entity->camel ?? false;
$this->camel = $camel = $entity->camel ?? true;
$serializableFieldNames = [];
foreach ($fieldNames as $fieldName)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册