Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Oct 21, 2023
1 parent 85ff08c commit d099293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/core/src/Install/Steps/WriteSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private function getDefaults(): array
'mail_driver' => 'mail',
'mail_format' => 'multipart',
'mail_from' => 'noreply@localhost',
'slug_driver_Flarum\User\User' => 'default', // @todo: use a morph map instead `User::class => 'user'` = slug_driver_user (below as well)
'slug_driver_Flarum\User\User' => 'default',
'theme_colored_header' => '0',
'theme_dark_mode' => '0',
'theme_primary_color' => '#4D698E',
Expand Down
2 changes: 1 addition & 1 deletion framework/core/src/Settings/SettingsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function register(): void
'theme_primary_color' => '#4D698E',
'theme_secondary_color' => '#4D698E',
'mail_format' => 'multipart',
'search_driver_Flarum\User\User' => 'default', // @todo: use a morph map instead `User::class => 'user'` = search_driver_user (below as well)
'search_driver_Flarum\User\User' => 'default',
'search_driver_Flarum\Discussion\Discussion' => 'default',
'search_driver_Flarum\Group\Group' => 'default',
'search_driver_Flarum\Post\Post' => 'default',
Expand Down

0 comments on commit d099293

Please sign in to comment.