mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
fix for setup error introduced with migration check
This commit is contained in:
parent
620430f59c
commit
5dd412b1e4
@ -89,7 +89,7 @@ class SystemHealth
|
||||
'exchange_rate_api_not_configured' => (bool)self::checkCurrencySanity(),
|
||||
'api_version' => (string) config('ninja.app_version'),
|
||||
'is_docker' => (bool) config('ninja.is_docker'),
|
||||
'pending_migrations' => self::checkPendingMigrations(),
|
||||
'pending_migrations' => (bool) ($check_file_system ? self::checkPendingMigrations() : ''),
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user