testing
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user