Try Fixing Bot

This commit is contained in:
adesyawal 2025-03-26 15:41:10 +07:00
parent a435a3e53a
commit edc3b5d0d2

View File

@ -23,8 +23,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
if(config('app.env') === 'production') {
URL::forceScheme('https');
}
\Illuminate\Support\Facades\URL::forceScheme('https');
}
}