We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c8a067 + fed594c commit 7bab75fCopy full SHA for 7bab75f
src/app/Providers/AppServiceProvider.php
@@ -28,7 +28,7 @@ public function boot()
28
Schema::defaultStringLength(191);
29
30
if(env('FORCE_HTTPS',false)) { // Default value should be false for local server
31
- URL::forceSchema('https');
+ URL::forceScheme('https');
32
}
33
34
0 commit comments