mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
This fixes #570
This commit is contained in:
@@ -33,7 +33,7 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
|
|
||||||
// force root URL.
|
// force root URL.
|
||||||
$forcedUrl = env('APP_FORCE_ROOT', '');
|
$forcedUrl = env('APP_FORCE_ROOT', '');
|
||||||
if (strlen($forcedUrl) > 0) {
|
if (strlen(strval($forcedUrl)) > 0) {
|
||||||
URL::forceRootUrl($forcedUrl);
|
URL::forceRootUrl($forcedUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user