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