This commit is contained in:
f4ilji
2024-11-05 15:08:08 +05:00
parent e3af1778f0
commit 4b693240e0
41 changed files with 2106 additions and 413 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class AppServiceProvider extends ServiceProvider
setlocale(LC_TIME, 'ru_RU.UTF-8');
Carbon::setLocale(config('app.locale'));
Model::preventLazyLoading(!app()->isProduction());
URL::forceScheme('https');
// URL::forceScheme('https');
self::registerFilamentNavigationGroups();
}