Change public to show on echo/file areas to enable limiting whats shown in the activity graph
This commit is contained in:
@@ -77,7 +77,7 @@ class InitialSetupSeeder extends Seeder
|
||||
'name'=>'-BAD_AREA',
|
||||
'description'=>'Inbound invalid echomail',
|
||||
'active'=>TRUE,
|
||||
'public'=>TRUE,
|
||||
'show'=>TRUE,
|
||||
'domain_id'=>$do->id,
|
||||
]);
|
||||
|
||||
@@ -85,7 +85,7 @@ class InitialSetupSeeder extends Seeder
|
||||
'name'=>'-BAD_AREA',
|
||||
'description'=>'Inbound invalid files',
|
||||
'active'=>TRUE,
|
||||
'public'=>TRUE,
|
||||
'show'=>TRUE,
|
||||
'domain_id'=>$do->id,
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user