From 562826f0e1afed4c91229fec6664b93c219eff16 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 22 Oct 2019 23:40:35 -0500 Subject: [PATCH] update structures --- app/Library/Structures/StructureHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Structures/StructureHelper.php b/app/Library/Structures/StructureHelper.php index 2757c59d4..31ead7c09 100644 --- a/app/Library/Structures/StructureHelper.php +++ b/app/Library/Structures/StructureHelper.php @@ -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, - 'structure_name' => $info->name, + 'structure_name' => $structure->name, ]); //Update the services