@ -13,7 +13,9 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
if($this->app->environment('production')) {
\URL::forceScheme('https');
}
/**