remove startpage

This commit is contained in:
KodeStar 2019-06-11 11:28:07 +01:00 committed by GitHub
parent dc2a42ad6d
commit 698a7a9bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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