mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
This fixes #570
This commit is contained in:
parent
cf2cd9680b
commit
fa54763425
@ -33,7 +33,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
// force root URL.
|
||||
$forcedUrl = env('APP_FORCE_ROOT', '');
|
||||
if (strlen($forcedUrl) > 0) {
|
||||
if (strlen(strval($forcedUrl)) > 0) {
|
||||
URL::forceRootUrl($forcedUrl);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user