Update SettingsSeeder.php

This commit is contained in:
chbmb 2018-04-25 22:40:15 +01:00 committed by GitHub
parent 42a50b1a02
commit 2b65559f36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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