Update SettingsSeeder.php
This commit is contained in:
parent
42a50b1a02
commit
2b65559f36
1 changed files with 1 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue