main
Ilham Wara Nugroho 2026-04-16 12:58:26 +07:00
parent 5ff4ce8eab
commit 9f23ba1776
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
if (app()->environment('production')) {
URL::forceScheme('https');
}
ActivityCrf::observe(ActivityCrfObserver::class);
ActivityGpcOutput::observe(ActivityGpcOutputObserver::class);
ActivityGpc::observe(ActivityGpcObserver::class);