mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
Merge pull request #9772 from hillelcoren/v5-develop
Fix for setup error introduced with migration check
This commit is contained in:
commit
8e5cb31f1d
@ -89,7 +89,7 @@ class SystemHealth
|
|||||||
'exchange_rate_api_not_configured' => (bool)self::checkCurrencySanity(),
|
'exchange_rate_api_not_configured' => (bool)self::checkCurrencySanity(),
|
||||||
'api_version' => (string) config('ninja.app_version'),
|
'api_version' => (string) config('ninja.app_version'),
|
||||||
'is_docker' => (bool) config('ninja.is_docker'),
|
'is_docker' => (bool) config('ninja.is_docker'),
|
||||||
'pending_migrations' => self::checkPendingMigrations(),
|
'pending_migrations' => (bool) ($check_file_system ? self::checkPendingMigrations() : false),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user