Fix URL processing

This commit is contained in:
Pig Fang 2018-08-21 10:40:37 +08:00
parent 43b8ca3b3f
commit 94652f4257

View File

@ -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');
}
}
}