1
0
Fork 0

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
1 changed files with 1 additions and 0 deletions

View File

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