Fixes for non existent systemhealth setting
This commit is contained in:
parent
25a298f754
commit
b7b49441f6
|
|
@ -90,6 +90,9 @@ class SystemHealth
|
||||||
private static function checkCurrencySanity()
|
private static function checkCurrencySanity()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if(!self::simpleDbCheck())
|
||||||
|
return true;
|
||||||
|
|
||||||
if(strlen(config('ninja.currency_converter_api_key')) == 0){
|
if(strlen(config('ninja.currency_converter_api_key')) == 0){
|
||||||
|
|
||||||
$cs = DB::table('clients')
|
$cs = DB::table('clients')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue