From 259ea01fd1411de0650130ea2d721ca6d3f20fdb Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 18 Aug 2021 00:03:44 +1000 Subject: [PATCH] Layout changes by responses, fix NodeHeirarchy domains nolonger have default --- app/Classes/FTN/Process.php | 9 +++++++++ database/seeders/NodeHierarchy.php | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/Classes/FTN/Process.php b/app/Classes/FTN/Process.php index 7f48f3a..ee412a7 100644 --- a/app/Classes/FTN/Process.php +++ b/app/Classes/FTN/Process.php @@ -63,6 +63,8 @@ abstract class Process for ($c; $c'domain-a', 'active'=>TRUE, 'public'=>TRUE, - 'default'=>FALSE, 'created_at'=>Carbon::now(), 'updated_at'=>Carbon::now(), ]); @@ -33,7 +32,6 @@ class NodeHierarchy extends Seeder 'name'=>'domain-b', 'active'=>TRUE, 'public'=>TRUE, - 'default'=>FALSE, 'created_at'=>Carbon::now(), 'updated_at'=>Carbon::now(), ]);