Skip to content

Commit

Permalink
fix @CHBMB 's fsckup
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeStar authored Apr 25, 2018
1 parent 2850194 commit 1745100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeds/SettingsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public function run()
'none' => 'app.options.none',
'google' => 'app.options.google',
'ddg' => 'app.options.ddg',
'bing' => 'app.options.bing'
'startpage' => 'app.options.startpage'
'bing' => 'app.options.bing',
'startpage' => 'app.options.startpage',
]);

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

0 comments on commit 1745100

Please sign in to comment.