Skip to content

Commit

Permalink
Adds missing defaults for display name driver and User slug driver
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 30, 2021
1 parent ce824b0 commit da442f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Install/Steps/WriteSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ private function getDefaults()
'custom_less' => '',
'default_locale' => 'en',
'default_route' => '/all',
'display_name_driver' => 'username',
'extensions_enabled' => '[]',
'forum_title' => 'A new Flarum forum',
'forum_description' => '',
'mail_driver' => 'mail',
'mail_from' => 'noreply@localhost',
'slug_driver_Flarum\User\User' => 'default',
'theme_colored_header' => '0',
'theme_dark_mode' => '0',
'theme_primary_color' => '#4D698E',
Expand Down

0 comments on commit da442f1

Please sign in to comment.