method renaming

This commit is contained in:
Pig Fang 2018-07-13 21:23:07 +08:00
parent 7524041a76
commit 29576fd08e

View File

@ -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) {