empty content on editing file

This commit is contained in:
Saeed Vaziry
2024-03-29 00:42:36 +01:00
parent f1efb9a6c8
commit f089779045
5 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ public function boot(): void
return new Toast;
});
if (str(config('app.url'))->startsWith('https://')) {
if (str(request()->url())->startsWith('https://')) {
URL::forceScheme('https');
}
}