update: fix formatting in AppServiceProvider

main
marszayn 2025-09-11 15:50:09 +07:00
parent 8d0f9277cd
commit 73c2eaec92
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ class AppServiceProvider extends ServiceProvider
{
if ($this->app->environment('production')) {
URL::forceScheme('https');
       }
}
}
}