From acf591facaaac405400072dde1c8b98ba44c3b2d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 30 May 2019 01:44:13 -0500 Subject: [PATCH] testing --- app/Library/Structures/StructureHelper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Library/Structures/StructureHelper.php b/app/Library/Structures/StructureHelper.php index f16312456..ae9020eea 100644 --- a/app/Library/Structures/StructureHelper.php +++ b/app/Library/Structures/StructureHelper.php @@ -67,10 +67,12 @@ class StructureHelper { //Save the database record $struct->save(); + /* //If we set the structure services to true, let's save the services if($structure->services == true) { $this->StorestructureServices($structure->services, $structure->structure_id); } + */ }