This commit is contained in:
2026-04-15 19:37:21 +05:00
parent e243821f50
commit f8b1bc7369

View File

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