revert the dependencies

This commit is contained in:
2026-01-27 11:32:08 +03:30
parent 93baa95f46
commit ad03609c3d
3 changed files with 10 additions and 10 deletions

View File

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