fix(studio): 修复了一处类型错误

Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
李东云
2022-05-06 18:20:20 +08:00
parent e52f93b6a5
commit 45f0a17cdd

View File

@@ -62,7 +62,7 @@ class Field extends JsonResource
];
}
if (!empty($this->latticeList)) {
$schema['latticeList'] = $this->latticeList;
$schema['latticeList'] = new LatticeCollection($this->latticeList);
}
return $schema;