method renaming
This commit is contained in:
parent
7524041a76
commit
29576fd08e
@ -26,7 +26,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
}
|
||||
|
||||
if (option('force_ssl') || Utils::isRequestSecure()) {
|
||||
$this->app['url']->forceSchema('https');
|
||||
$this->app['url']->forceScheme('https');
|
||||
}
|
||||
|
||||
Event::listen(Events\RenderingHeader::class, function($event) {
|
||||
|
Loading…
Reference in New Issue
Block a user