https and sms job add

This commit is contained in:
Devit
2026-03-28 23:15:36 +05:00
parent fb03d05de9
commit c02f5d5bf8
6 changed files with 266 additions and 1 deletions

View File

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