Layout changes by responses, fix NodeHeirarchy domains nolonger have default
This commit is contained in:
@@ -23,7 +23,6 @@ class NodeHierarchy extends Seeder
|
||||
'name'=>'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(),
|
||||
]);
|
||||
|
Reference in New Issue
Block a user