This commit is contained in:
Devit
2026-03-29 14:48:04 +05:00
parent 08c3acfc60
commit 2cd5ebb4fd

View File

@@ -27,6 +27,6 @@ class AppServiceProvider extends ServiceProvider
public function boot()
{
Schema::defaultStringLength(191);
URL::forceScheme('http');
URL::forceScheme('https');
}
}