update structures

This commit is contained in:
2019-10-22 23:40:35 -05:00
parent 3e1eace056
commit 562826f0e1

View File

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