Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
megoxv committed Aug 18, 2023
1 parent d6990f6 commit c351747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public function boot(): void

Config::set('app.name', getSetting('website_name'));
Config::set('app.url', getSetting('website_url'));
Config::set('app.timezone', getSetting('timezone'));
if(env('DB_USERNAME')) {
Config::set('app.timezone', getSetting('timezone'));
}
Config::set('app.locale', getSetting('website_language'));
}
}
Binary file not shown.

0 comments on commit c351747

Please sign in to comment.