Force https

This commit is contained in:
root
2025-08-09 15:07:43 +00:00
parent f9dbb945d3
commit caf69f9081

View File

@@ -23,6 +23,8 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
// if ($this->app->environment('production')) {
\URL::forceScheme('https');
}
} }
} }