v0.5.15g - added https support

This commit is contained in:
Neerholt 2020-08-10 12:06:44 +02:00
parent 332fdc3347
commit 8dba709ce1
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
url()->forceScheme('https');
}
}