Fix #578 [skip ci]

This commit is contained in:
James Cole
2017-02-20 05:41:43 +01:00
parent b9309bc7b1
commit a8ac69f008

View File

@@ -39,7 +39,7 @@ class AppServiceProvider extends ServiceProvider
// force https urls
if (env('APP_FORCE_SSL', false)) {
URL::forceSchema('https');
URL::forceScheme('https');
}
}