changed sms service url

This commit is contained in:
Hamidreza Ranjbarpour
2024-09-29 13:33:40 +00:00
parent bc26b75aea
commit bc4ae8d3a8
3 changed files with 3 additions and 2 deletions

View File

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