Fix URL processing
This commit is contained in:
parent
43b8ca3b3f
commit
94652f4257
|
|
@ -87,7 +87,7 @@ class AppServiceProvider extends ServiceProvider
|
|||
}
|
||||
|
||||
if (option('force_ssl') || is_request_secure()) {
|
||||
$this->app['url']->forceSchema('https');
|
||||
$this->app['url']->forceScheme('https');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user