readd startpage

This commit is contained in:
KodeStar 2019-06-11 11:45:13 +01:00 committed by GitHub
parent 5ee19bceb6
commit 66815a8487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,6 +92,7 @@ class SettingsSeeder extends Seeder
'ddg' => 'app.options.ddg', 'ddg' => 'app.options.ddg',
'qwant' => 'app.options.qwant', 'qwant' => 'app.options.qwant',
'bing' => 'app.options.bing', 'bing' => 'app.options.bing',
'startpage' => 'app.options.startpage',
]); ]);
if(!$setting = Setting::find(4)) { if(!$setting = Setting::find(4)) {