1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Log checks

This commit is contained in:
Benjamin Beganović 2020-06-30 14:41:46 +02:00
parent 8de7b6b92b
commit 53552e9717

View File

@ -47,6 +47,8 @@ class SetupController extends Controller
$check = SystemHealth::check();
if ($check['system_health'] === false) {
info($check);
return response('Oops, something went wrong. Check your logs.'); /** We should never reach this block, but jic. */
}