This commit is contained in:
2026-04-15 17:56:22 +05:00
parent 2bfb601bf9
commit 34ffed1e4a

View File

@@ -26,7 +26,7 @@ class AppServiceProvider extends ServiceProvider
date_default_timezone_set('Asia/Tashkent'); date_default_timezone_set('Asia/Tashkent');
// set lang to uz // set lang to uz
if (App::environment(['staging', 'production'])) { if (App::environment(['staging', 'production'])) {
URL::forceScheme('http'); URL::forceScheme('https');
} }
} }
} }