This commit is contained in:
Devit
2026-04-15 22:54:10 +05:00
parent 7a20be6e1b
commit ffe793e2e8

View File

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