fix @CHBMB 's fsckup

This commit is contained in:
KodeStar
2018-04-25 22:58:14 +01:00
committed by GitHub
parent 28501944c5
commit 1745100705

View File

@@ -90,8 +90,8 @@ class SettingsSeeder extends Seeder
'none' => 'app.options.none',
'google' => 'app.options.google',
'ddg' => 'app.options.ddg',
'bing' => 'app.options.bing'
'startpage' => 'app.options.startpage'
'bing' => 'app.options.bing',
'startpage' => 'app.options.startpage',
]);
if(!$setting = Setting::find(4)) {