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');
}
}

View File

@@ -70,7 +70,7 @@ class RouteServiceProvider extends ServiceProvider
Route::prefix('api/v3')
->name('v3.')
// ->middleware(['web', 'auth', 'confirmUser'])
->middleware(['web', 'auth', 'confirmUser'])
->namespace($this->namespace)
->group(base_path('routes/v3.php'));