This commit is contained in:
2019-05-30 01:44:13 -05:00
parent abcc07c7ba
commit acf591faca

View File

@@ -67,10 +67,12 @@ class StructureHelper {
//Save the database record //Save the database record
$struct->save(); $struct->save();
/*
//If we set the structure services to true, let's save the services //If we set the structure services to true, let's save the services
if($structure->services == true) { if($structure->services == true) {
$this->StorestructureServices($structure->services, $structure->structure_id); $this->StorestructureServices($structure->services, $structure->structure_id);
} }
*/
} }