Refix debug

This commit is contained in:
2025-02-08 10:36:12 +01:00
parent d4ea33e181
commit e54d65ef8b

View File

@ -26,7 +26,6 @@ class AppServiceProvider extends ServiceProvider
dump(env('APP_URL'));
dump(config('app.url'));
dump($_ENV['APP_URL']);
if (str_starts_with(env('APP_URL'), "https://")) {
$url->forceScheme('https');
}