esi update for observers

This commit is contained in:
2021-03-21 22:25:58 +09:00
parent 4298a1f53e
commit 9b1140b8f9

View File

@@ -102,9 +102,7 @@ class StructureHelper {
$structure = json_decode($info->raw, true);
dd($structure);
return (string)$info->name;
return (string)$structure['name'];
}
public function GetStructureInfo($structureId) {