Skip to content

Commit

Permalink
Merge pull request #3 from CHBMB/patch-4
Browse files Browse the repository at this point in the history
Update SettingsSeeder.php
  • Loading branch information
CHBMB committed Apr 25, 2018
2 parents e2ed7fb + 2b65559 commit c5c1a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/seeds/SettingsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function run()
'google' => 'app.options.google',
'ddg' => 'app.options.ddg',
'bing' => 'app.options.bing'
'startpage' => 'app.options.startpage'
]);

if(!$setting = Setting::find(4)) {
Expand Down

0 comments on commit c5c1a68

Please sign in to comment.