debug the reports

This commit is contained in:
2026-01-26 16:40:34 +03:30
parent 5b678cd938
commit acdce4a3bd
7 changed files with 259 additions and 243 deletions

View File

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