Fixes for non existent systemhealth setting

This commit is contained in:
David Bomba 2022-11-01 09:30:22 +11:00
parent 25a298f754
commit b7b49441f6

View File

@ -90,6 +90,9 @@ class SystemHealth
private static function checkCurrencySanity()
{
if(!self::simpleDbCheck())
return true;
if(strlen(config('ninja.currency_converter_api_key')) == 0){
$cs = DB::table('clients')