Update ASP, enforce https

This commit is contained in:
Daniel Supernault 2019-02-24 12:16:18 -07:00
parent 3fc6ec48bd
commit 70a9bc4bd1
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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