fix https?
Build / Build-image (push) Successful in 1m12s

This commit is contained in:
2026-08-12 17:41:44 +02:00
parent 46e679b8bf
commit 4aa1a77e1d
+3 -1
View File
@@ -19,6 +19,8 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot(): void public function boot(): void
{ {
// if($this->app->environment('production')) {
\URL::forceScheme('https');
}
} }
} }