mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
@@ -62,7 +62,7 @@ class Field extends JsonResource
|
||||
];
|
||||
}
|
||||
if (!empty($this->latticeList)) {
|
||||
$schema['latticeList'] = $this->latticeList;
|
||||
$schema['latticeList'] = new LatticeCollection($this->latticeList);
|
||||
}
|
||||
|
||||
return $schema;
|
||||
|
||||
Reference in New Issue
Block a user