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 bfd7991 + 3c8a956 commit a00ef39Copy full SHA for a00ef39
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