structure name was off for update function

This commit is contained in:
2019-10-22 23:32:22 -05:00
parent cc4f921fd6
commit 3e1eace056

View File

@@ -161,7 +161,7 @@ class StructureHelper {
//Update the structure id and name
Structure::where(['structure_id' => $structure->structure_id])->update([
'structure_id' => $structure->structure_id,
'name' => $info->name,
'structure_name' => $info->name,
]);
//Update the services