diff --git a/app/Services/Installer/SeederService.php b/app/Services/Installer/SeederService.php index fec1b2b3..9bb7df86 100644 --- a/app/Services/Installer/SeederService.php +++ b/app/Services/Installer/SeederService.php @@ -161,6 +161,7 @@ class SeederService extends Service $count = DB::table('settings')->where('id', $id)->count('id'); if ($count === 0) { + $attrs['value'] = $attrs['default']; DB::table('settings')->insert($attrs); } else { unset($attrs['value']); // Don't overwrite this