Skip to content

Commit 7bab75f

Browse files
committed
Merged in develop (pull request #29)
fix with HTTPS
2 parents 1c8a067 + fed594c commit 7bab75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function boot()
2828
Schema::defaultStringLength(191);
2929

3030
if(env('FORCE_HTTPS',false)) { // Default value should be false for local server
31-
URL::forceSchema('https');
31+
URL::forceScheme('https');
3232
}
3333

3434
}

0 commit comments

Comments
 (0)