Update ASP, enforce https

pull/869/head
Daniel Supernault 6 years ago
parent 3fc6ec48bd
commit 70a9bc4bd1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -21,6 +21,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
URL::forceScheme('https');
Schema::defaultStringLength(191);
Avatar::observe(AvatarObserver::class);

Loading…
Cancel
Save