This commit is contained in:
2026-04-15 20:04:26 +05:00
parent 7c992ed12e
commit 9e82ebc07e

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');
} }
} }
} }