mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Fix #578 [skip ci]
This commit is contained in:
@@ -39,7 +39,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
// force https urls
|
||||
if (env('APP_FORCE_SSL', false)) {
|
||||
URL::forceSchema('https');
|
||||
URL::forceScheme('https');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user