This commit is contained in:
2026-04-15 23:36:03 +05:00
parent 61e685b3ce
commit 6a606044a9

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