Skip to content

Commit efe523d

Browse files
committed
Set app settings back to default in seeder
1 parent 7cc1ccd commit efe523d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ public function run(): void
160160
$appSettings->show_support = true;
161161
$appSettings->show_timezone = true;
162162
$appSettings->only_disrupted_days = false;
163+
$appSettings->incident_days = 7;
164+
$appSettings->timezone = 'UTC';
163165
$appSettings->save();
164166

165167
$customizationSettings = app(CustomizationSettings::class);

0 commit comments

Comments
 (0)